private void btnIn_Click(object sender, EventArgs e)
 {
     FrmInPhieuThu frm = new FrmInPhieuThu();
     try
     {
         LuuPhieuThu();
     }
     catch
     {
         frm.ShowDialog();
     }
     frm.ShowDialog();
 }
예제 #2
0
        private void btnIn_Click(object sender, EventArgs e)
        {
            FrmInPhieuThu frm = new FrmInPhieuThu();

            try
            {
                LuuPhieuThu();
            }
            catch
            {
                frm.ShowDialog();
            }
            frm.ShowDialog();
        }