public MainForm() { InitializeComponent(); myAXLSQLApp = new AXLSQLApp(this); profileTreeView = tvHosts; // Load config from file myAXLSQLApp.LoadConfig(); RefreshServerProfiles(); //GetTables(); }
public ServerProfileForm(AXLSQLApp passedAXLSQLApp) { InitializeComponent(); myAXLSQLApp = passedAXLSQLApp; }