Exemplo n.º 1
0
 public LabelItem(LabelEditor owner, ViewLabel label)
 {
     mOwner  = owner;
     mSource = label;
     mName   = mSource.Name;
 }
Exemplo n.º 2
0
 public LabelItem(LabelEditor owner, string name)
 {
     mOwner = owner;
     mName  = name;
 }