12 lines
202 B
C#
12 lines
202 B
C#
|
|
using System.Windows.Controls;
|
||
|
|
|
||
|
|
namespace YY.Admin.Views.SysManage;
|
||
|
|
|
||
|
|
public partial class MenuManagementView : UserControl
|
||
|
|
{
|
||
|
|
public MenuManagementView()
|
||
|
|
{
|
||
|
|
InitializeComponent();
|
||
|
|
}
|
||
|
|
}
|