Пример #1
0
        private void CustomerRadButtonElement_Click(object sender, EventArgs e)
        {
            CustomerRadForm _customerRadForm = new CustomerRadForm();

            if (!isOpenForm(_customerRadForm))
            {
                _customerRadForm.MdiParent = this;
                _customerRadForm.Show();
            }
        }
 public NewCustomerRadForm(CustomerRadForm _currentForm, StateForm stateForm)
 {
     InitComponentAndData();
     this._currentParentForm = _currentForm;
     this._stateForm         = stateForm;
 }