private void barButtonItem7_ItemClick_2(object sender, ItemClickEventArgs e) { TaoPhieuNhap TaoPhieuNhap = new TaoPhieuNhap(tendn); TaoPhieuNhap.MdiParent = this; TaoPhieuNhap.Show(); }
private void themToolStripMenuItem_Click_1(object sender, EventArgs e) { TaoPhieuNhap TaoPhieuNhap = new TaoPhieuNhap(tendn); TaoPhieuNhap.ShowDialog(); }