C# Class AC.AvalonControlsLibrary.Controls.DayCell

Object to represent a single day as a cell
Inheritance: INotifyPropertyChanged
Afficher le fichier Open project: kienaiProject/ArtOfWords Class Usage Examples

Méthodes publiques

Méthode Description
DayCell ( int day, int month, int year ) : System

Constructor

Private Methods

Méthode Description
OnPropertyChanged ( string name ) : void

Method Details

DayCell() public méthode

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
Résultat System