示例#1
0
 private void btnQuanLyPhongBan_Click(object sender, EventArgs e)
 {
     this.Hide();
     GUI.frmQuanLy t = new frmQuanLy(MyStruct.MyTableName.PHONGBAN);
     t.Show();
 }
示例#2
0
 private void btnQuanLyNhanVien_Click(object sender, EventArgs e)
 {
     this.Hide();
     GUI.frmQuanLy t = new frmQuanLy(MyStruct.MyTableName.NHANVIEN);
     t.Show();
 }