C# Class ProcessMonitor.App.Views.MainView

Inheritance: System.Windows.Window, IMainView
Afficher le fichier Open project: sys27/ProcessMonitor Class Usage Examples

Méthodes publiques

Méthode Description
MainView ( ) : System
SetTotalTime ( string time ) : void
SetWatchList ( IEnumerable watchList ) : void
ShowError ( string message ) : void

Méthodes protégées

Méthode Description
OnClosed ( EventArgs e ) : void

Method Details

MainView() public méthode

public MainView ( ) : System
Résultat System

OnClosed() protected méthode

protected OnClosed ( EventArgs e ) : void
e System.EventArgs
Résultat void

SetTotalTime() public méthode

public SetTotalTime ( string time ) : void
time string
Résultat void

SetWatchList() public méthode

public SetWatchList ( IEnumerable watchList ) : void
watchList IEnumerable
Résultat void

ShowError() public méthode

public ShowError ( string message ) : void
message string
Résultat void