C# Class EasyFarm.ViewModels.MasterViewModel

The view model for the main window.
Inheritance: ViewModelBase
Show file Open project: EasyFarm/EasyFarm Class Usage Examples

Public Methods

Method Description
MasterViewModel ( ISystemTray systemTray ) : System
OnLoad ( ) : void
SendToSystemTray ( ) : void
SendToTaskBar ( ) : void
Start ( ) : void

Tells the program to start farming.

Private Methods

Method Description
Exit ( ) : void

Shutsdown the program.

Load ( ) : void

Loads easyfarm settings from file.

Save ( ) : void

Saves the player's data to file.

SelectProcess ( ) : void

Selects a process to user for this application.

StartEngine ( ) : void
StopEngine ( ) : void

Method Details

MasterViewModel() public method

public MasterViewModel ( ISystemTray systemTray ) : System
systemTray ISystemTray
return System

OnLoad() public method

public OnLoad ( ) : void
return void

SendToSystemTray() public method

public SendToSystemTray ( ) : void
return void

SendToTaskBar() public method

public SendToTaskBar ( ) : void
return void

Start() public method

Tells the program to start farming.
public Start ( ) : void
return void