示例#1
0
 private void TPNHToolStripMenuItem_Click(object sender, EventArgs e)
 {
     if (tkpnh == null || tkpnh.IsDisposed)
     {
         tkpnh = new frmTimKiemPhieuNhanHang();
     }
     tkpnh.MdiParent = this;
     tkpnh.Show();
 }
示例#2
0
        private void taskItemTimPNH_Click(object sender, EventArgs e)
        {
            frmTimKiemPhieuNhanHang tkpnh = new frmTimKiemPhieuNhanHang();

            tkpnh.Show();
        }