Beispiel #1
0
 protected override void Handle()
 {
     NativeMethods.SQLConfigDataSource(_appShell.GetDialogOwnerWindow(), NativeMethods.RequestFlags.ODBC_ADD_DSN, "SQL Server", null);
 }
Beispiel #2
0
 public string ShowOpenFileDialog(string filter, string initialPath = null, string title = null)
 => BrowseForFileOpen(_shell.GetDialogOwnerWindow(), filter, initialPath, title);
Beispiel #3
0
 protected override void Handle()
 {
     NativeMethods.SQLManageDataSources(_appShell.GetDialogOwnerWindow());
 }