C# 클래스 AC.AvalonControlsLibrary.Controls.DayCell

Object to represent a single day as a cell
상속: INotifyPropertyChanged
파일 보기 프로젝트 열기: kienaiProject/ArtOfWords 1 사용 예제들

공개 메소드들

메소드 설명
DayCell ( int day, int month, int year ) : System

Constructor

비공개 메소드들

메소드 설명
OnPropertyChanged ( string name ) : void

메소드 상세

DayCell() 공개 메소드

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
리턴 System