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