2019-05-18 21:25:36 +00:00
|
|
|
|
using System;
|
|
|
|
|
using System.Collections.Generic;
|
|
|
|
|
|
|
|
|
|
using Xamarin.Forms;
|
|
|
|
|
|
2019-07-05 18:17:09 +00:00
|
|
|
|
namespace Aurora.Design.Views.Stations
|
2019-05-18 21:25:36 +00:00
|
|
|
|
{
|
2019-05-24 14:27:19 +00:00
|
|
|
|
public partial class StationsView : ContentView
|
2019-05-18 21:25:36 +00:00
|
|
|
|
{
|
|
|
|
|
public StationsView()
|
|
|
|
|
{
|
|
|
|
|
InitializeComponent();
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|