private void bunifuFlatButton4_Click(object sender, EventArgs e) { PL.customerForm frm = new customerForm(); frm.ShowDialog(); }
private void BtnSummary_Click(object sender, EventArgs e) { PL.customerForm frm = new customerForm(); frm.ShowDialog(); }
private void BtnRetrievalMaterials_Click(object sender, EventArgs e) { customerForm frm = new customerForm("RetrievalMaterials"); frm.ShowDialog(); }