ATMLCommonLibrary.controls.ATMLControl.RegisterForm C# (CSharp) Méthode

RegisterForm() protected méthode

protected RegisterForm ( Form form ) : void
form System.Windows.Forms.Form
Résultat void
        protected void RegisterForm( Form form )
        {
            if (ParentForm != null)
                ParentForm.AddOwnedForm( form );
        }