C# Class ProcessMonitor.App.Views.MainView

Inheritance: System.Windows.Window, IMainView
Mostra file Open project: sys27/ProcessMonitor Class Usage Examples

Public Methods

Method Description
MainView ( ) : System
SetTotalTime ( string time ) : void
SetWatchList ( IEnumerable watchList ) : void
ShowError ( string message ) : void

Protected Methods

Method Description
OnClosed ( EventArgs e ) : void

Method Details

MainView() public method

public MainView ( ) : System
return System

OnClosed() protected method

protected OnClosed ( EventArgs e ) : void
e System.EventArgs
return void

SetTotalTime() public method

public SetTotalTime ( string time ) : void
time string
return void

SetWatchList() public method

public SetWatchList ( IEnumerable watchList ) : void
watchList IEnumerable
return void

ShowError() public method

public ShowError ( string message ) : void
message string
return void