C# Class OfficeTicTacToe.ViewModels.GameViewModel

Inheritance: Danvy.ViewModels.ViewModelBase
Afficher le fichier Open project: DXFrance/OfficeTicTacToe Class Usage Examples

Méthodes publiques

Méthode Description
Refresh ( ) : System.Threading.Tasks.Task
Update ( ) : System.Threading.Tasks.Task

Private Methods

Méthode Description
Assign ( GameViewModel game ) : void
CellEnabled ( int index ) : bool
CellValue ( int index ) : string

Method Details

Refresh() public méthode

public Refresh ( ) : System.Threading.Tasks.Task
Résultat System.Threading.Tasks.Task

Update() public méthode

public Update ( ) : System.Threading.Tasks.Task
Résultat System.Threading.Tasks.Task