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