public ServiceListPage() { VM = new AllJoynModel(); VM.Favorites = new ObservableCollectionThreadSafe <Favorite>(); VM.Favorites.AddRange(Favorite.GetAll()); this.InitializeComponent(); Loaded += ServiceListPage_Loaded; this.Unloaded += ServiceListPage_Unloaded; }
public AllJoynController(AllJoynModel VM, Frame frame) { this.VM = VM; mNavigationFrame = frame; }