/// <summary>
 /// Create the Attibute for double click
 /// </summary>
 public override void CreateAttributes()
 {
     m_attributes = new RhinoNestComponentAttributes(this);
 }
Example #2
0
 /// <summary>
 /// Create the Attibute for double click
 /// </summary>
 public override void CreateAttributes()
 {
     m_attributes = new RhinoNestComponentAttributes(this);
 }