示例#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;
 }