AdvancedLauncher.SDK.UI.WindowContainer.OnShow C# (CSharp) 메소드

OnShow() 공개 메소드

Window show handler
public OnShow ( ) : void
리턴 void
        public override void OnShow()
        {
            AbstractWindowControl windowControl = this.Control as AbstractWindowControl;
            if (windowControl != null) {
                windowControl.OnShow();
            }
        }