コード例 #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;
 }