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