예제 #1
0
파일: MozPane.cs 프로젝트: filmee24/Paint
 public ItemColorChangedEventArgs(MozItemColor color)
 {
     m_color = color;
 }
예제 #2
0
파일: MozPane.cs 프로젝트: filmee24/Paint
 /// <summary>
 /// Initializes a new instance of the MozItemEventArgs class with default settings
 /// </summary>
 public ItemColorChangedEventArgs()
 {
     m_color = 0;
 }