Utopia-Canteen-System/Views/MealSchedulesView.xaml.cs

13 lines
271 B
C#

using System.Windows.Controls;
namespace UtopiaCanteenSystem.Views;
/// <summary>Admin CRUD view for MealSchedules (Phase 2.5).</summary>
public partial class MealSchedulesView : UserControl
{
public MealSchedulesView()
{
InitializeComponent();
}
}