16 lines
340 B
C#
16 lines
340 B
C#
using System.Windows.Controls;
|
|
|
|
namespace GroupLine.App.View.ReportTimeConfig
|
|
{
|
|
/// <summary>
|
|
/// ReportTimeConfigIndex.xaml 的交互逻辑
|
|
/// </summary>
|
|
public partial class ReportTimeConfigIndex : UserControl
|
|
{
|
|
public ReportTimeConfigIndex()
|
|
{
|
|
InitializeComponent();
|
|
}
|
|
}
|
|
}
|