示例#1
0
 private void SetMap(MapType mapType)
 {
     Map = mapRepository.GetMapFile(mapType);
     RaisePropertyChanged("Map");
 }