public frmPOSAdd(frmPOSMain fpm) { InitializeComponent(); temp = fpm; }
public frmDiscount(frmPOSMain main) { InitializeComponent(); fpm = main; }
private void toolStripMenuItem2_Click(object sender, EventArgs e) { frmPOSMain f = new frmPOSMain(); f.Show(); }