WIP estimate

This commit is contained in:
Paul Schneider 2016-11-25 17:57:49 +01:00
commit 805e5fcb4f
8 changed files with 42 additions and 17 deletions

View file

@ -49,6 +49,7 @@ namespace BookAStar.Pages
bill.Add(com);
DataManager.Current.EstimationCache.SaveEntity();
})};
lineView.PropertyChanged += LineView_PropertyChanged;
App.NavigationService.NavigateTo<EditBillingLinePage>(
true, lineView );
}
@ -62,11 +63,14 @@ namespace BookAStar.Pages
DataManager.Current.EstimationCache.SaveEntity();
})
};
lineView.PropertyChanged += LineView_PropertyChanged;
lineView.PropertyChanged += LineView_PropertyChanged;
App.NavigationService.NavigateTo<EditBillingLinePage>(
true, lineView );
}
private void LineView_PropertyChanged(object sender, System.ComponentModel.PropertyChangedEventArgs e)
{
DataManager.Current.EstimationCache.SaveEntity();