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