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