C# Class Sudoque.Game.CellViewModel

Inheritance: ViewModel
显示文件 Open project: lunivore/sudoque Class Usage Examples

Public Methods

Method Description
CellViewModel ( Cell cell, IEventAggregator events ) : System
ToString ( ) : string

Private Methods

Method Description
CellFocused ( string unused ) : void
ChangeMode ( Sudoque.Game.Mode mode ) : void
ToggleNumber ( int number ) : void

Method Details

CellViewModel() public method

public CellViewModel ( Cell cell, IEventAggregator events ) : System
cell Sudoque.Game.Engine.Cell
events IEventAggregator
return System

ToString() public method

public ToString ( ) : string
return string