コード例 #1
0
 private void btn_LapPhieuNo_Click(object sender, EventArgs e)
 {
     PhieuNo frmPhieuNo = new PhieuNo();
     frmPhieuNo.Show();
 }
コード例 #2
0
 private void LapPhieuNoToolStripMenuItem_Click(object sender, EventArgs e)
 {
     PhieuNo frmPhieuNo = new PhieuNo();
     frmPhieuNo.Show();
 }