This repository has been archived on 2020-12-20. You can view files and clone it, but cannot push or open issues or pull requests.

16 lines
270 B
C#
Raw Normal View History

2019-05-19 20:21:54 -04:00
using System;
using System.Collections.Generic;
2019-05-19 20:21:54 -04:00
using Xamarin.Forms;
namespace Aurora.Frontend.Views.MainView
2019-05-19 20:21:54 -04:00
{
public partial class PageContainer : ContentPage
2019-05-19 20:21:54 -04:00
{
public PageContainer()
2019-05-19 20:21:54 -04:00
{
InitializeComponent();
}
}
}