|
using System.Windows.Controls;
|
|
|
|
namespace HeBianGu.App.Disk
|
|
{
|
|
/// <summary>
|
|
/// ExplorerControl.xaml 的交互逻辑
|
|
/// </summary>
|
|
public partial class ExplorerControl : UserControl
|
|
{
|
|
public ExplorerControl()
|
|
{
|
|
InitializeComponent();
|
|
this.DataContext = new LoyoutViewModel();
|
|
}
|
|
}
|
|
}
|