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

UnRegisterForm() protected méthode

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