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