Beispiel #1
0
 public PlanViewModel(PlanBase plan, FeaturedItem featured = FeaturedItem.None)
 {
     this.plan    = plan;
     FeaturedType = featured;
 }
Beispiel #2
0
 public void Refresh(PlanBase plan)
 {
     this.plan = plan;
     NotifyOfPropertyChange(null);
 }