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

RegisterForm() protected method

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