Method | Description | |
---|---|---|
AddToWatch ( string process ) : void | ||
ClearWatchs ( ) : void | ||
Connect ( string server ) : void | ||
Disconnect ( ) : void | ||
Download ( string path ) : void | ||
Exit ( ) : void | ||
GetAllProcesses ( ) : IEnumerable |
||
LoadWatchs ( ) : void | ||
MainPresenter ( IMainView view ) : System | ||
RemoveWatch ( string process ) : void | ||
Reset ( ) : void | ||
SaveStatistics ( ) : void | ||
SaveWatchs ( ) : void | ||
SetInterval ( uint interval ) : void | ||
Start ( ) : void | ||
Stop ( ) : void | ||
Update ( ) : void |
Method | Description | |
---|---|---|
ConvertMillisecondsToTime ( uint milliseconds ) : string | ||
UpdateTotalTime ( ) : void | ||
UpdateWatchList ( ) : void |
public MainPresenter ( IMainView view ) : System | ||
view | IMainView | |
return | System |