Exemplo n.º 1
0
        public SituationViewModel()
        {
            ObjectType = new ObjectTypeSelectorViewModel();

            ShowLocationControls              = CurrentSituation.CurrentLocation != null;
            ObjectType.Target                 = CurrentSituation.CurrentLocation;
            CurrentSituation.PropertyChanged += CurrentSituation_PropertyChanged;
        }
Exemplo n.º 2
0
 public PlaceDetailsViewModel()
 {
     ObjectType = new ObjectTypeSelectorViewModel();
 }