コード例 #1
0
        private void btnLapPhieuNhap_Click(object sender, EventArgs e)
        {
            frmPhieuNhapThemSua f = new frmPhieuNhapThemSua();

            f.FormClosing += new FormClosingEventHandler(Reload);
            f.ShowDialog();
        }