C# Class Octgn.Windows.UpdateChecker

Interaction logic for UpdateChecker.xaml
Exibir arquivo Open project: octgn/OCTGN Class Usage Examples

Public Methods

Method Description
UpdateChecker ( ) : System
UpdateStatus ( string stat ) : void

Private Methods

Method Description
ClearGarbage ( ) : void
DownloadUpdate ( UpdateDetails details ) : void
GrOnUpdateMessage ( string s ) : void
LoadDatabase ( ) : void
OnLoaded ( object sender, RoutedEventArgs routedEventArgs ) : void
OnPreviewKeyUp ( object sender, KeyEventArgs keyEventArgs ) : void
OnPropertyChanged ( string propertyName ) : void
ProgressBarMouseDoubleClick ( object sender, MouseButtonEventArgs e ) : void
RandomMessage ( ) : void
SetAdSource ( ) : void
UpdateCheckDone ( ) : void
UpdateGames ( bool localOnly ) : void
Window_Closing ( object sender, System e ) : void

Method Details

UpdateChecker() public method

public UpdateChecker ( ) : System
return System

UpdateStatus() public method

public UpdateStatus ( string stat ) : void
stat string
return void