Пример #1
0
 public CharacterItemContext(string name, int index, CharacterContext context)
 {
     _characterContext = context;
     NameProperty.SetValue(name);
     IndexProperty.SetValue(index);
 }
Пример #2
0
 public MapItemContext(string name, int index, MapContext context)
 {
     _mapContext = context;
     NameProperty.SetValue(name);
     IndexProperty.SetValue(index);
 }