FieldWorkClient/View/Extend/ExtendControl.xaml.cs

16 lines
303 B
C#
Raw Normal View History

2025-03-17 10:58:59 +08:00
using System.Windows.Controls;
namespace HeBianGu.App.Disk.Extend
{
/// <summary>
/// HomeControl.xaml 的交互逻辑
/// </summary>
public partial class ExtendControl : UserControl
{
public ExtendControl()
{
InitializeComponent();
}
}
}