Viewmodels are now maintained throughout the app lifecycle

This commit is contained in:
watsonb8
2019-07-15 15:03:59 -04:00
parent 00b39b1d84
commit a3937e78da
9 changed files with 70 additions and 15 deletions

View File

@ -8,7 +8,6 @@ namespace Aurora.Design.Views.Party
public PartyView()
{
InitializeComponent();
BindingContext = new PartyViewModel();
}
}
}