public FormPeringatan(FormPetugasPemesanan frmP) { InitializeComponent(); Form _formmP = frmP; this.Owner = _formmP; }
private void pemesananBajuBukuToolStripMenuItem_Click(object sender, EventArgs e) { FormPetugasPemesanan frm = new FormPetugasPemesanan(this); frm.Show(); }