C# Class AC.AvalonControlsLibrary.Controls.DayCell

Object to represent a single day as a cell
Inheritance: INotifyPropertyChanged
Mostra file Open project: kienaiProject/ArtOfWords Class Usage Examples

Public Methods

Method Description
DayCell ( int day, int month, int year ) : System

Constructor

Private Methods

Method Description
OnPropertyChanged ( string name ) : void

Method Details

DayCell() public method

Constructor
public DayCell ( int day, int month, int year ) : System
day int The day to store
month int The month to store
year int The year to store
return System