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