Esempio n. 1
0
 public ItemColorChangedEventArgs(MozItemColor color)
 {
     m_color = color;
 }
Esempio n. 2
0
 /// <summary>
 /// Initializes a new instance of the MozItemEventArgs class with default settings
 /// </summary>
 public ItemColorChangedEventArgs()
 {
     m_color = 0;
 }