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