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