using System.Windows.Controls;
namespace DMS.WPF.Views;
public partial class HomeView : UserControl
{
public HomeView()
InitializeComponent();
}