combine projects into one

This commit is contained in:
2021-08-11 14:09:03 +08:00
parent 24f39a2e27
commit 521d82829d
34 changed files with 431 additions and 192 deletions

View File

@@ -0,0 +1,15 @@
using System;
using System.Collections.Generic;
using Gallery.Resources.UI;
using Xamarin.Forms;
namespace Gallery.Views
{
public partial class GalleryItemPage : AdaptedPage
{
public GalleryItemPage()
{
InitializeComponent();
}
}
}