2019-05-18 21:25:36 +00:00
|
|
|
|
using System;
|
2019-07-05 18:17:09 +00:00
|
|
|
|
namespace Aurora.Design.Views.Stations
|
2019-05-18 21:25:36 +00:00
|
|
|
|
{
|
2019-07-15 19:03:59 +00:00
|
|
|
|
public class StationsViewModel : BaseViewModel
|
2019-05-18 21:25:36 +00:00
|
|
|
|
{
|
|
|
|
|
public StationsViewModel()
|
|
|
|
|
{
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|