16 lines
324 B
C#
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();
|
|
}
|
|
}
|
|
}
|