我知道这一点,但我一直忘记;如何在 OpenFileDialog 的一个过滤器条目中允许多种文件类型?
Text files|*.txt // this is OK.
Text files|*.txt,*.text // how do I get this??
我知道这一点,但我一直忘记;如何在 OpenFileDialog 的一个过滤器条目中允许多种文件类型?
Text files|*.txt // this is OK.
Text files|*.txt,*.text // how do I get this??