Files
SCRGroupLine/GroupLine.App/View/OffsetConfig/OffsetConfigIndex.xaml.cs
2026-03-16 10:36:47 +08:00

16 lines
324 B
C#

using System.Windows.Controls;
namespace GroupLine.App.View.OffsetConfig
{
/// <summary>
/// OffsetConfigIndex.xaml 的交互逻辑
/// </summary>
public partial class OffsetConfigIndex : UserControl
{
public OffsetConfigIndex()
{
InitializeComponent();
}
}
}