Example #1
0
 public static bool ChooseFile(string mask, out string path)
 {
     return(Implementation.ChooseFile(mask, out path));
 }