Пример #1
0
        private void btnStaffInventoryBack_Click(object sender, EventArgs e)
        {
            staffPosForm staffPos = new staffPosForm();

            this.Hide();
            staffPos.Show();
        }
Пример #2
0
        private void btnAdminSalesData_Click(object sender, EventArgs e)
        {
            staffPosForm staffPosForm = new staffPosForm();

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