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