private void DangNhap_Load(object sender, EventArgs e) { // TODO: This line of code loads data into the 'qLBHDataSet.taikhoan' table. You can move, or remove it, as needed. try { this.taikhoanTableAdapter.Fill(this.qLBHDataSet.taikhoan); taiKhoantextBox.Select(); } catch (MySqlException ex) { //chay file cau hinh FormCaiDatMysql cauhinh = new FormCaiDatMysql(); cauhinh.Show(); } }
private void btnKetNoi_Click(object sender, EventArgs e) { FormCaiDatMysql f = new FormCaiDatMysql(); f.Show(); }