C# 클래스 EasyFarm.ViewModels.MasterViewModel

The view model for the main window.
상속: ViewModelBase
파일 보기 프로젝트 열기: EasyFarm/EasyFarm 1 사용 예제들

공개 메소드들

메소드 설명
MasterViewModel ( ISystemTray systemTray ) : System
OnLoad ( ) : void
SendToSystemTray ( ) : void
SendToTaskBar ( ) : void
Start ( ) : void

Tells the program to start farming.

비공개 메소드들

메소드 설명
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

메소드 상세

MasterViewModel() 공개 메소드

public MasterViewModel ( ISystemTray systemTray ) : System
systemTray ISystemTray
리턴 System

OnLoad() 공개 메소드

public OnLoad ( ) : void
리턴 void

SendToSystemTray() 공개 메소드

public SendToSystemTray ( ) : void
리턴 void

SendToTaskBar() 공개 메소드

public SendToTaskBar ( ) : void
리턴 void

Start() 공개 메소드

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