Пример #1
0
        private void BtnAddCustomer_Click(object sender, EventArgs e)
        {
            CustomersOptions customer = new CustomersOptions(this.adminId);

            customer.Show();
            this.Close();
        }
Пример #2
0
        private void MtsOurCustomers_Click(object sender, EventArgs e)
        {
            CustomersOptions customers = new CustomersOptions(this.adminId);

            customers.Show();
        }