using System.Windows.Controls; namespace YY.Admin.Views.Vehicle; public partial class VehicleListView : UserControl { public VehicleListView() { InitializeComponent(); } }