aurora/aurora-sharp-desktop/Aurora/UserInterface/Views/Profile/ProfileView.xaml.cs

15 lines
262 B
C#
Raw Normal View History

2021-03-06 04:10:12 +00:00
using System;
using System.Collections.Generic;
using Xamarin.Forms;
namespace Aurora.Design.Views.Profile
{
public partial class ProfileView : ContentView
{
public ProfileView()
{
InitializeComponent();
}
}
}