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

            frm.ShowDialog();
        }