Exemple #1
0
 private void detailedBillToolStripMenuItem_Click(object sender, EventArgs e)
 {
     PIMS.billingGrid sumBill = new PIMS.billingGrid();
     sumBill.Visible = true;
     this.Hide();
 }
Exemple #2
0
 private void detailedBillToolStripMenuItem_Click(object sender, EventArgs e)
 {
     PIMS.billingGrid sumBill = new PIMS.billingGrid();
     sumBill.Visible = true;
     this.Hide();
 }