Viewmodels are now maintained throughout the app lifecycle
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
using System;
|
||||
namespace Aurora.Design.Views.Stations
|
||||
{
|
||||
public class StationsViewModel
|
||||
public class StationsViewModel : BaseViewModel
|
||||
{
|
||||
public StationsViewModel()
|
||||
{
|
||||
|
Reference in New Issue
Block a user