コード例 #1
0
ファイル: VsPlotExportDialog.cs プロジェクト: skeptycal/RTVS
 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
ファイル: VsFileDialog.cs プロジェクト: skrutsick/RTVS
 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());
 }