Ejemplo n.º 1
0
 public DrawAttribute(DrawAttributeTypes drawAttributeTypes)
 {
     this.DrawAttributeTypes = drawAttributeTypes;
 }
Ejemplo n.º 2
0
 //public object match;
 public DrawAttribute(DrawAttributeTypes drawAttributeTypes, string label)
 {
     this.DrawAttributeTypes = drawAttributeTypes;
     this.Label = label;
 }