예제 #1
0
        private void pictureBox1_Click(object sender, EventArgs e)
        {
            CashierOperations co = new CashierOperations();

            this.Hide();
            co.Show();
        }
예제 #2
0
        private void BACK_BOX_Click(object sender, EventArgs e)
        {
            CashierOperations co = new CashierOperations();

            this.Hide();
            co.Show();
        }
예제 #3
0
        //method to call Cashier  operations
        private void CASHIER_BUTTON_Click(object sender, EventArgs e)
        {
            CashierOperations co = new CashierOperations();

            this.Hide();
            co.Show();
        }