WIP estimate
This commit is contained in:
parent
3b57246f80
commit
805e5fcb4f
8 changed files with 42 additions and 17 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue