Add project files.
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
using System.Windows.Controls;
|
||||
|
||||
namespace WeddingBooth.Views;
|
||||
|
||||
public partial class SeatingChartView : UserControl
|
||||
{
|
||||
public SeatingChartView()
|
||||
{
|
||||
InitializeComponent();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user