11 lines
169 B
C#
11 lines
169 B
C#
using System.Windows.Controls;
|
|
|
|
namespace DMS.Views;
|
|
|
|
public partial class HomeView : UserControl
|
|
{
|
|
public HomeView()
|
|
{
|
|
InitializeComponent();
|
|
}
|
|
} |