public CharacterItemContext(string name, int index, CharacterContext context) { _characterContext = context; NameProperty.SetValue(name); IndexProperty.SetValue(index); }
public MapItemContext(string name, int index, MapContext context) { _mapContext = context; NameProperty.SetValue(name); IndexProperty.SetValue(index); }