private void btn_LapPhieuNo_Click(object sender, EventArgs e)
 {
     PhieuNo frmPhieuNo = new PhieuNo();
     frmPhieuNo.Show();
 }
Ejemplo n.º 2
0
 private void LapPhieuNoToolStripMenuItem_Click(object sender, EventArgs e)
 {
     PhieuNo frmPhieuNo = new PhieuNo();
     frmPhieuNo.Show();
 }