Ejemplo n.º 1
0
 private void mnulapphieumuonsach_Click(object sender, EventArgs e)
 {
     frmLapPhieuMuonSach frm = new frmLapPhieuMuonSach();
     this.IsMdiContainer = true;
     frm.MdiParent = this;
     frm.Show();
 }