Example #1
0
 private void BtInHoaDon_Click(object sender, EventArgs e)
 {
     try
     {
         InHoaDon inHoaDon = new InHoaDon(makh, ngay);
         inHoaDon.ShowDialog();
     }
     catch
     {
         MessageBox.Show("Vui lòng chọn dòng cần xem hóa đơn");
     }
 }
Example #2
0
        public void chuyentoimuchoadon()
        {
            InHoaDon inhd = new InHoaDon(tbSCM.Text);

            inhd.ShowDialog();
        }