public static void ShowRemoteControl(GUI owner) { if (_this == null) { _this = new RemoteControl(owner); LoadPersonalizationSettings(owner.Personalizer); } _this.Show(); _this.Focus(); }
private void RemoteControl_Closing(object sender, CancelEventArgs e) { StorePersonalizationSettings(owner.Personalizer, false); _this = null; }