FieldWorkClient/View/ShellWindow.xaml.cs

16 lines
270 B
C#
Raw Normal View History

2025-03-22 15:29:32 +08:00
using Hopetry.Services;
namespace HeBianGu.App.Disk
2025-03-17 10:58:59 +08:00
{
/// <summary>
/// MainWindow.xaml 的交互逻辑
/// </summary>
public partial class ShellWindow
{
2025-03-22 15:29:32 +08:00
2025-03-17 10:58:59 +08:00
public ShellWindow()
{
InitializeComponent();
}
}
2025-03-22 15:29:32 +08:00
}