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