Ejemplo n.º 1
0
 internal ScorItem(Scor parent)
 {
     this.parent = parent;
     SetGui("", new byte[0]);
 }
Ejemplo n.º 2
0
 /// <summary>
 /// Constructor
 /// </summary>
 public ScorItem(string name, Scor parent) : this(parent)
 {
     SetGui(name, new byte[0]);
 }