C# Class EasyFarm.ViewModels.MasterViewModel

The view model for the main window.
Inheritance: ViewModelBase
Afficher le fichier Open project: EasyFarm/EasyFarm Class Usage Examples

Méthodes publiques

Méthode Description
MasterViewModel ( ISystemTray systemTray ) : System
OnLoad ( ) : void
SendToSystemTray ( ) : void
SendToTaskBar ( ) : void
Start ( ) : void

Tells the program to start farming.

Private Methods

Méthode 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 méthode

public MasterViewModel ( ISystemTray systemTray ) : System
systemTray ISystemTray
Résultat System

OnLoad() public méthode

public OnLoad ( ) : void
Résultat void

SendToSystemTray() public méthode

public SendToSystemTray ( ) : void
Résultat void

SendToTaskBar() public méthode

public SendToTaskBar ( ) : void
Résultat void

Start() public méthode

Tells the program to start farming.
public Start ( ) : void
Résultat void