Sic04/FrameworkLocal/UIClient/CenterViews/Configs/Accounts/AccountView.xaml.cs

19 lines
385 B
C#

using System;
using System.Windows.Controls;
using System.Windows.Input;
namespace MECF.Framework.UI.Client.CenterViews.Configs.Accounts
{
/// <summary>
/// Interaction logic for AccountView.xaml
/// </summary>
public partial class AccountView : UserControl
{
public AccountView()
{
InitializeComponent();
}
}
}