예제 #1
0
 public ExportImageParameters ShowExportImageDialog(ExportArguments imageArguments, string filter, string initialPath = null, string title = null)
 => ShowSaveExportImageDialog(_shell.GetDialogOwnerWindow(), imageArguments, filter, initialPath, title);
예제 #2
0
 protected override void Handle()
 {
     NativeMethods.SQLConfigDataSource(_shell.GetDialogOwnerWindow(), NativeMethods.RequestFlags.ODBC_ADD_DSN, "SQL Server", null);
 }
예제 #3
0
 public string ShowOpenFileDialog(string filter, string initialPath = null, string title = null)
 => BrowseForFileOpen(_shell.GetDialogOwnerWindow(), filter, initialPath, title);
예제 #4
0
 protected override void Handle()
 {
     NativeMethods.SQLManageDataSources(_shell.GetDialogOwnerWindow());
 }