14 lines
222 B
C#
14 lines
222 B
C#
using System;
|
|
using Xamarin.Forms;
|
|
|
|
namespace Aurora.Design.Views.Party
|
|
{
|
|
public partial class PartyView : ContentView
|
|
{
|
|
public PartyView()
|
|
{
|
|
InitializeComponent();
|
|
}
|
|
}
|
|
}
|