private void UpdateBinding() { if (Model != null) { City = Model.Options.Region.City; Latitude = Model.Options.Region.Latitude; TreeVM = new TreesViewModel(Model.Tree); FrontVM = new FrontViewModel(Model.Front); PlaceVM = new PlaceViewModel(Model.Place); } }
public TreesView(TreesViewModel vm) { InitializeComponent(); DataContext = vm; }