Files
Pixiview/Gallery/UI/BlurryPanel.cs

9 lines
105 B
C#
Executable File

using Xamarin.Forms;
namespace Gallery.UI
{
public class BlurryPanel : ContentView
{
}
}