C# 클래스 OfficeTicTacToe.ViewModels.GameViewModel

상속: Danvy.ViewModels.ViewModelBase
파일 보기 프로젝트 열기: DXFrance/OfficeTicTacToe 1 사용 예제들

공개 메소드들

메소드 설명
Refresh ( ) : System.Threading.Tasks.Task
Update ( ) : System.Threading.Tasks.Task

비공개 메소드들

메소드 설명
Assign ( GameViewModel game ) : void
CellEnabled ( int index ) : bool
CellValue ( int index ) : string

메소드 상세

Refresh() 공개 메소드

public Refresh ( ) : System.Threading.Tasks.Task
리턴 System.Threading.Tasks.Task

Update() 공개 메소드

public Update ( ) : System.Threading.Tasks.Task
리턴 System.Threading.Tasks.Task