ERP.LoginUI.RegistrationForm.RegistrationForm C# (CSharp) Метод

RegistrationForm() публичный Метод

Creates a new RegistrationForm instance.
public RegistrationForm ( ) : System
Результат System
        public RegistrationForm()
        {
            InitializeComponent();

            // Set the DataContext of this control to the
            // Registration instance to allow for easy binding.
            this.DataContext = this.registrationData;
        }