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