示例#1
0
 private void KHToolStripMenuItem_Click(object sender, EventArgs e)
 {
     if (kh == null || kh.IsDisposed)
     {
         kh = new fKhachHang();
     }
     kh.MdiParent = this;
     kh.Show();
 }
示例#2
0
 private void taskItemKH_Click(object sender, EventArgs e)
 {
     if (kh == null || kh.IsDisposed)
     {
         kh = new fKhachHang();
     }
     kh.MdiParent = this;
     kh.Show();
 }