C# Class SidebarDiagnostics.Update

Interaction logic for Update.xaml
Inheritance: SidebarDiagnostics.Windows.DPIAwareWindow
Afficher le fichier Open project: ArcadeRenegade/SidebarDiagnostics

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
Close ( ) : void
SetProgress ( double percent ) : void
Update ( ) : System

Méthodes protégées

Méthode Description
OnClosing ( CancelEventArgs e ) : void
OnMouseLeftButtonDown ( System.Windows.Input.MouseButtonEventArgs e ) : void

Method Details

Close() public méthode

public Close ( ) : void
Résultat void

OnClosing() protected méthode

protected OnClosing ( CancelEventArgs e ) : void
e CancelEventArgs
Résultat void

OnMouseLeftButtonDown() protected méthode

protected OnMouseLeftButtonDown ( System.Windows.Input.MouseButtonEventArgs e ) : void
e System.Windows.Input.MouseButtonEventArgs
Résultat void

SetProgress() public méthode

public SetProgress ( double percent ) : void
percent double
Résultat void

Update() public méthode

public Update ( ) : System
Résultat System