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