Files
qController/qController.Standard/Pages/HomePage.xaml.cs
T

16 lines
241 B
C#

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