Reorganization
This commit is contained in:
14
Aurora/Design/Views/Party/PartyView.xaml.cs
Normal file
14
Aurora/Design/Views/Party/PartyView.xaml.cs
Normal file
@ -0,0 +1,14 @@
|
||||
using System;
|
||||
using Xamarin.Forms;
|
||||
|
||||
namespace Aurora.Design.Views.Party
|
||||
{
|
||||
public partial class PartyView : ContentView
|
||||
{
|
||||
public PartyView()
|
||||
{
|
||||
InitializeComponent();
|
||||
BindingContext = new PartyViewModel();
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user