Navigation menu is now a reusable component
This commit is contained in:
15
Aurora/Frontend/Views/Stations/StationsViewModel.xaml.cs
Normal file
15
Aurora/Frontend/Views/Stations/StationsViewModel.xaml.cs
Normal file
@ -0,0 +1,15 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
|
||||
using Xamarin.Forms;
|
||||
|
||||
namespace Aurora.Frontend.Views.Stations
|
||||
{
|
||||
public partial class StationsView : ContentPage
|
||||
{
|
||||
public StationsView()
|
||||
{
|
||||
InitializeComponent();
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user