Sic.Framework/MECF.Framework.UI.Client/CenterViews/DataLogs/ProcessHistory/ProcessHistoryView.xaml.cs

18 lines
354 B
C#

using System.Windows.Controls;
namespace MECF.Framework.UI.Client.CenterViews.DataLogs.ProcessHistory
{
/// <summary>
/// DataLogView.xaml 的交互逻辑
/// </summary>
public partial class ProcessHistoryView : UserControl
{
public ProcessHistoryView()
{
InitializeComponent();
}
}
}