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