ATMLCommonLibrary.controls.ATMLControl.UnRegisterForm C# (CSharp) Method

UnRegisterForm() protected method

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