C# Class TicTacToe.GameViewModels.TicTacToeControlsViewModel

Inheritance: ViewModelBase
显示文件 Open project: AvetisG/TicTacToe.NET Class Usage Examples

Public Methods

Method Description
StartGame ( ) : void

Private Methods

Method Description
TicTacToeControlsViewModel ( TicTacToeControlsModel TicTacToeControlsModel, ScenarioFactory scenarioFactory ) : GalaSoft.MvvmLight

Method Details

StartGame() public method

public StartGame ( ) : void
return void