16 lines
305 B
C#
16 lines
305 B
C#
using System.Windows.Controls;
|
|
|
|
namespace Aitex.Core.UI.Control
|
|
{
|
|
/// <summary>
|
|
/// Interaction logic for RawDataChart.xaml
|
|
/// </summary>
|
|
public partial class RawDataChart : UserControl
|
|
{
|
|
public RawDataChart()
|
|
{
|
|
InitializeComponent();
|
|
}
|
|
}
|
|
}
|