16 lines
323 B
C#
16 lines
323 B
C#
|
|
using System.Windows.Controls;
|
||
|
|
|
||
|
|
namespace YY.Admin.Views.SysManage
|
||
|
|
{
|
||
|
|
/// <summary>
|
||
|
|
/// TenantManagementView.xaml 的交互逻辑
|
||
|
|
/// </summary>
|
||
|
|
public partial class TenantManagementView : UserControl
|
||
|
|
{
|
||
|
|
public TenantManagementView()
|
||
|
|
{
|
||
|
|
InitializeComponent();
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|