UserControlEmpty.xaml.cs 321 Bytes
using System.Windows.Controls;

namespace OS.Spin.View.MainWindowControls
{
    /// <summary>
    /// UserControlEmpty.xaml 的交互逻辑
    /// </summary>
    public partial class UserControlEmpty : UserControl
    {
        public UserControlEmpty()
        {
            InitializeComponent();
        }
    }
}