C# Class MCLauncherW.MainWindow

Interaction logic for MainWindow.xaml
Inheritance: System.Windows.Window
Exibir arquivo Open project: MikeZTM/MCLauncherW Class Usage Examples

Public Properties

Property Type Description
newMinecraftVersion string

Public Methods

Method Description
MainWindow ( ) : System
checkUpdate ( ) : void
minecraftUpdate ( ) : void
refreshSettings ( ) : void

Private Methods

Method Description
SetLanguageDictionary ( ) : void
javaAutoDetect ( ) : string
preference_Click ( object sender, RoutedEventArgs e ) : void
selfUpdate ( ) : void
start_Click ( object sender, RoutedEventArgs e ) : void

Method Details

MainWindow() public method

public MainWindow ( ) : System
return System

checkUpdate() public method

public checkUpdate ( ) : void
return void

minecraftUpdate() public method

public minecraftUpdate ( ) : void
return void

refreshSettings() public method

public refreshSettings ( ) : void
return void

Property Details

newMinecraftVersion public_oe static_oe property

public static string newMinecraftVersion
return string