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