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