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