16 lines
295 B
C#
16 lines
295 B
C#
|
|
using System.Windows.Controls;
|
|||
|
|
|
|||
|
|
namespace HeBianGu.App.Disk
|
|||
|
|
{
|
|||
|
|
/// <summary>
|
|||
|
|
/// SpaceControl.xaml 的交互逻辑
|
|||
|
|
/// </summary>
|
|||
|
|
public partial class SpaceControl : UserControl
|
|||
|
|
{
|
|||
|
|
public SpaceControl()
|
|||
|
|
{
|
|||
|
|
InitializeComponent();
|
|||
|
|
}
|
|||
|
|
}
|
|||
|
|
}
|