예제 #1
0
 public Form1()
 {
     this.InitializeComponent();
     this.dbHelper                   = new DBHelper();
     this.databaeUsingInfo           = new DataBaeUsingInfo();
     this.cboDBServers.SelectedIndex = 0;
 }
예제 #2
0
 private void Main_Load(object sender, EventArgs e)
 {
     this.dbHelper                   = new DBHelper();
     this.databaeUsingInfo           = new DataBaeUsingInfo();
     this.cboDBServers.SelectedIndex = 0;
 }