- using System.Windows.Controls;
- namespace VirgoUI.Client.Models.Utility.SystemConfig
- {
- /// <summary>
- /// SystemConfigView.xaml 的交互逻辑
- /// </summary>
- public partial class SystemConfigView : UserControl
- {
- public SystemConfigView()
- {
- InitializeComponent();
- }
- }
- }
|