MCLauncherW.MainWindow.refreshSettings C# (CSharp) Method

refreshSettings() public method

public refreshSettings ( ) : void
return void
        public void refreshSettings()
        {
            javaVM = Properties.Settings.Default.javaVM;
            playerName = Properties.Settings.Default.playerName;
            playerPswd = Properties.Settings.Default.playerPswd;
            currentMinecraftVersion = Properties.Settings.Default.minecraftVersion;
            x64mode = Properties.Settings.Default.x64mode;
            memory = Properties.Settings.Default.memory;
            mcPath = Properties.Settings.Default.mcPath;
        }