Ejemplo n.º 1
0
 public DecoratedTextLabel(Xml.TextLabel lable)
 {
     this.lable = lable;
     this.parameterPositions     = new List <ParameterPosition>(lable.ParameterPositions);
     this.parameterPositionCount = this.parameterPositions.Count;
 }