C# Class WindowsGamePatcher.MainWindow

MainWindow
Inheritance: System.Windows.Window, System.Windows.Markup.IComponentConnector
Exibir arquivo Open project: flodihn/NextGen

Public Methods

Method Description
MainWindow ( ) : System

Private Methods

Method Description
CheckConnection ( String URL ) : bool
DownloadCurrentGameVersion ( ) : void
InitializeComponent ( ) : void
SetUpDirectories ( ) : void
StartGameDownload ( ) : void
System ( int connectionId, object target ) : void
btn_Launch_Click ( object sender, RoutedEventArgs e ) : void
wc_DownloadFileCompleted ( object sender, System e ) : void
wc_DownloadFileCompletedXML ( object sender, System e ) : void
wc_DownloadProgressChanged ( object sender, DownloadProgressChangedEventArgs e ) : void
wc_DownloadProgressChangedXML ( object sender, DownloadProgressChangedEventArgs e ) : void

Method Details

MainWindow() public method

public MainWindow ( ) : System
return System