コード例 #1
0
        private void btnRegister_Click(object sender, EventArgs e)
        {
            CustomersRegistration registration = new CustomersRegistration();

            registration.Show();
        }
コード例 #2
0
        private void btnCustomerRegistration_Click(object sender, EventArgs e)
        {
            CustomersRegistration cr = new CustomersRegistration();

            cr.Show();
        }