14 lines
245 B
C#
14 lines
245 B
C#
|
|
namespace HeBianGu.App.Disk
|
|||
|
|
{
|
|||
|
|
/// <summary>
|
|||
|
|
/// MainWindow.xaml 的交互逻辑
|
|||
|
|
/// </summary>
|
|||
|
|
public partial class ShellWindow
|
|||
|
|
{
|
|||
|
|
public ShellWindow()
|
|||
|
|
{
|
|||
|
|
InitializeComponent();
|
|||
|
|
}
|
|||
|
|
}
|
|||
|
|
}
|