public frmDiscount(frmPOS frm) { InitializeComponent(); connString = new SqlConnection(dbcon.MyConnection()); f = frm; }
public frmQty(frmPOS frmpos) { InitializeComponent(); connString = new SqlConnection(dbcon.MyConnection()); fPOS = frmpos; }
public frmSettle(frmPOS fp) { InitializeComponent(); fPos = fp; connString = new SqlConnection(dbcon.MyConnection()); }
private void button2_Click(object sender, EventArgs e) { frmPOS frm = new frmPOS(); frm.ShowDialog(); }