Esempio n. 1
0
        private void backBtn_Click(object sender, EventArgs e)
        {
            CashierCommission cashcomm = new CashierCommission();

            cashcomm.ref_utang = this;
            cashcomm.Show();
            this.Close();
        }
Esempio n. 2
0
        private void cashCommBtn_Click(object sender, EventArgs e)
        {
            CashierCommission cashcomm = new CashierCommission();

            cashcomm.ref_dashadmin = this;
            cashcomm.Show();
            this.Hide();
        }