private void barButtonItem7_ItemClick_2(object sender, ItemClickEventArgs e)
        {
            TaoPhieuNhap TaoPhieuNhap = new TaoPhieuNhap(tendn);

            TaoPhieuNhap.MdiParent = this;
            TaoPhieuNhap.Show();
        }
Ejemplo n.º 2
0
        private void themToolStripMenuItem_Click_1(object sender, EventArgs e)
        {
            TaoPhieuNhap TaoPhieuNhap = new TaoPhieuNhap(tendn);

            TaoPhieuNhap.ShowDialog();
        }