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

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

Sets the parent window for the current RegistrationForm.
public SetParentWindow ( LoginRegistrationWindow window ) : void
window LoginRegistrationWindow The window to use as the parent.
Результат void
        public void SetParentWindow(LoginRegistrationWindow window)
        {
            this.parentWindow = window;
        }