Move View Files

This commit is contained in:
2020-10-18 18:53:35 -05:00
parent cc92703b33
commit 1dd29edf62
9 changed files with 1052 additions and 0 deletions
@@ -0,0 +1,15 @@
using System;
using System.Collections.Generic;
using Xamarin.Forms;
namespace qController
{
public partial class HomePage : ContentPage
{
public HomePage()
{
InitializeComponent();
}
}
}