Exemplo n.º 1
0
 public CharacterItemContext(string name, int index, CharacterContext context)
 {
     _characterContext = context;
     NameProperty.SetValue(name);
     IndexProperty.SetValue(index);
 }
Exemplo n.º 2
0
 public MapItemContext(string name, int index, MapContext context)
 {
     _mapContext = context;
     NameProperty.SetValue(name);
     IndexProperty.SetValue(index);
 }