Files
qController/qController.Standard/Views/HomePage.xaml.cs
T
2020-10-18 18:53:35 -05:00

16 lines
241 B
C#

using System;
using System.Collections.Generic;
using Xamarin.Forms;
namespace qController
{
public partial class HomePage : ContentPage
{
public HomePage()
{
InitializeComponent();
}
}
}