Exemplo n.º 1
0
        private void btnStaffInventoryBack_Click(object sender, EventArgs e)
        {
            staffPosForm staffPos = new staffPosForm();

            this.Hide();
            staffPos.Show();
        }
Exemplo n.º 2
0
        private void btnAdminSalesData_Click(object sender, EventArgs e)
        {
            staffPosForm staffPosForm = new staffPosForm();

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