private void barButtonItem22_ItemClick(object sender, ItemClickEventArgs e)
        {
            TaoPhieuNhapLinhKien TaoPhieuNhapLinhKien = new TaoPhieuNhapLinhKien(tendn);

            TaoPhieuNhapLinhKien.MdiParent = this;
            TaoPhieuNhapLinhKien.Show();
        }
Beispiel #2
0
        private void button1_Click(object sender, EventArgs e)
        {
            TaoPhieuNhapLinhKien TaoPhieuNhapLinhKien = new TaoPhieuNhapLinhKien(tendn);

            TaoPhieuNhapLinhKien.ShowDialog();
        }