Exemplo n.º 1
0
 public static bool GetSFN([System.Runtime.InteropServices.In, System.Runtime.InteropServices.Out] OpenFileName ofn)
 {
     return(GetSaveFileName(ofn));
 }
Exemplo n.º 2
0
 public static extern bool GetSaveFileName([System.Runtime.InteropServices.In, System.Runtime.InteropServices.Out] OpenFileName ofn);