Exemplo n.º 1
0
 private void btnPT_Click(object sender, EventArgs e)
 {
     frmPhieuThuePhong PT = new frmPhieuThuePhong();
     PT.ShowDialog();
 }
Exemplo n.º 2
0
 private void LapPhieuThuePhongToolStripMenuItem_Click(object sender, EventArgs e)
 {
     frmPhieuThuePhong Child = new frmPhieuThuePhong();
     Child.MdiParent = this;
     Child.Show();
 }