Exemple #1
0
        /// <summary>
        /// Opens the settings editor, which allows the user to change the FTP and game settings.
        /// </summary>
        /// <param name="sender">Sender.</param>
        /// <param name="e">E.</param>
        protected void OnSettingsActionActivated(object sender, EventArgs e)
        {
            SettingsDialog LauncherSettings = new SettingsDialog ();
            LauncherSettings.Run ();

            //set the window title, if it changed.
            Title = "Launchpad - " + Config.GetGameName ();
        }