16 lines
330 B
C#
Raw Normal View History

2025-04-01 13:41:50 +08:00
using System.Windows.Controls;
namespace RIZO.Client.BaseModule.Views
{
/// <summary>
/// Interaction logic for UserControl1.xaml
/// </summary>
public partial class UserManagementView : UserControl
{
public UserManagementView()
{
InitializeComponent();
2025-04-01 17:27:30 +08:00
2025-04-01 13:41:50 +08:00
}
}
}