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