Files
TheXamlGuy/App/WeddingBooth/Views/SeatingChartView.xaml.cs
T
2022-11-01 15:26:08 +00:00

12 lines
195 B
C#

using System.Windows.Controls;
namespace WeddingBooth.Views;
public partial class SeatingChartView : UserControl
{
public SeatingChartView()
{
InitializeComponent();
}
}