Ejemplo n.º 1
0
		public MonthColorEventArgs(mcMonthColor color)
		{
			this.m_color = color;
		}
Ejemplo n.º 2
0
		public MonthColorEventArgs()
		{
			m_color = 0;
		}