示例#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());
 }