11 lines
178 B
C#
11 lines
178 B
C#
|
using System;
|
|||
|
namespace Aurora.Design.Views.Stations
|
|||
|
{
|
|||
|
public class StationsViewModel : BaseViewModel
|
|||
|
{
|
|||
|
public StationsViewModel()
|
|||
|
{
|
|||
|
}
|
|||
|
}
|
|||
|
}
|