Sic.Framework/MECF.Framework.UI.Client/CenterViews/DataLogs/DataHistory/DataView.xaml.cs

16 lines
327 B
C#
Raw Normal View History

2023-04-13 11:51:03 +08:00
using System.Windows.Controls;
namespace MECF.Framework.UI.Client.CenterViews.DataLogs.DataHistory
{
/// <summary>
/// RealtimeView.xaml 的交互逻辑
/// </summary>
public partial class DataView : UserControl
{
public DataView()
{
InitializeComponent();
}
}
}