ATMLCommonLibrary.controls.ATMLControl.UnRegisterForm C# (CSharp) 메소드

UnRegisterForm() 보호된 메소드

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