예제 #1
0
 /// <summary>
 /// Initializes a new instance of the MozItemEventArgs class with default settings
 /// </summary>
 public NuGenCalendarColorEventArgs(NuGenCalendarColor color)
 {
     this.m_color = color;
 }
		/// <summary>
		/// Initializes a new instance of the MozItemEventArgs class with default settings
		/// </summary>
		public NuGenCalendarColorEventArgs(NuGenCalendarColor color)
		{
			this.m_color = color;
		}
예제 #3
0
 /// <summary>
 /// Initializes a new instance of the MozItemEventArgs class with default settings
 /// </summary>
 public NuGenCalendarColorEventArgs()
 {
     m_color = 0;
 }
		/// <summary>
		/// Initializes a new instance of the MozItemEventArgs class with default settings
		/// </summary>
		public NuGenCalendarColorEventArgs()
		{
			m_color = 0;
		}