C# Class RiotControl.MainWindow

Inheritance: System.Windows.Window
Afficher le fichier Open project: epicvrvs/RiotControl Class Usage Examples

Méthodes publiques

Méthode Description
DownloadError ( Exception exception ) : void
DownloadProgressUpdate ( DownloadProgressChangedEventArgs arguments ) : void
MainWindow ( RiotControlConfiguration configuration, Program program, RiotControl.StatisticsService statisticsService ) : System
StartUpdate ( ApplicationVersion newVersion ) : void
WriteLine ( string line ) : void

Private Methods

Méthode Description
BrowserButtonOnClick ( object sender, EventArgs arguments ) : void
EditButtonOnClick ( object sender, EventArgs arguments ) : void
GetInteger ( string description, System box ) : int
LoadOptions ( ) : void
OnClosing ( object sender, EventArgs arguments ) : void
OnStateChanged ( object sender, EventArgs arguments ) : void
RegionGridOnSelectionChanged ( object sender, EventArgs arguments ) : void
RegionGrid_MouseDoubleClick ( object sender, System e ) : void
ResetButtonClick ( object sender, EventArgs arguments ) : void
SaveButtonClick ( object sender, EventArgs arguments ) : void
SaveOptions ( ) : void
TrayIconDoubleClick ( object sender, System.Windows.Input.MouseEventArgs arguments ) : void
UpdateHelpLabel ( ) : void
WebsiteLabelClick ( object sender, EventArgs arguments ) : void

Method Details

DownloadError() public méthode

public DownloadError ( Exception exception ) : void
exception System.Exception
Résultat void

DownloadProgressUpdate() public méthode

public DownloadProgressUpdate ( DownloadProgressChangedEventArgs arguments ) : void
arguments DownloadProgressChangedEventArgs
Résultat void

MainWindow() public méthode

public MainWindow ( RiotControlConfiguration configuration, Program program, RiotControl.StatisticsService statisticsService ) : System
configuration RiotControlConfiguration
program Program
statisticsService RiotControl.StatisticsService
Résultat System

StartUpdate() public méthode

public StartUpdate ( ApplicationVersion newVersion ) : void
newVersion ApplicationVersion
Résultat void

WriteLine() public méthode

public WriteLine ( string line ) : void
line string
Résultat void