code simplifié
This commit is contained in:
parent
da67bb742c
commit
f31d37bc67
1 changed files with 0 additions and 6 deletions
|
|
@ -15,12 +15,6 @@ namespace ZicMoove.Pages
|
||||||
InitializeComponent();
|
InitializeComponent();
|
||||||
foreach (string du in Enum.GetNames(typeof(BillingLineViewModel.DurationUnits)))
|
foreach (string du in Enum.GetNames(typeof(BillingLineViewModel.DurationUnits)))
|
||||||
picker.Items.Add(du);
|
picker.Items.Add(du);
|
||||||
BindingContext = new BillingLineViewModel(new BillingLine());
|
|
||||||
}
|
|
||||||
|
|
||||||
public EditBillingLinePage()
|
|
||||||
{
|
|
||||||
Initialize();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
public EditBillingLinePage(BillingLineViewModel model)
|
public EditBillingLinePage(BillingLineViewModel model)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue