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

@ -17,5 +17,7 @@ namespace Aurora.Design.Components.NavigationMenu
public string Group { get; set; }
public Type TargetType { get; set; }
public Type TargetViewModelType { get; set; }
}
}