RemoteTech.UI.OptionWindow.Hide C# (CSharp) 메소드

Hide() 공개 메소드

public Hide ( ) : void
리턴 void
        public override void Hide()
        {
            RTSettings.Instance.Save();

            // Set the AppLauncherbutton to false
            if(RemoteTech.RTSpaceCentre.LauncherButton != null)
            {
                RemoteTech.RTSpaceCentre.LauncherButton.SetFalse();
            }

            base.Hide();
        }