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

@ -1,7 +1,7 @@
using System;
namespace Aurora.Design.Views.Stations
{
public class StationsViewModel
public class StationsViewModel : BaseViewModel
{
public StationsViewModel()
{