Files
aistudio-wpf-diagram/Live-Charts-master/Examples/Wpf/CartesianChart/ThreadSafe/ThreadSafeExample.xaml.cs
2021-07-23 09:42:22 +08:00

16 lines
327 B
C#

using System.Windows.Controls;
namespace Wpf.CartesianChart.ThreadSafe
{
/// <summary>
/// Interaction logic for TreadSafeExample.xaml
/// </summary>
public partial class ThreadSafeExample : UserControl
{
public ThreadSafeExample()
{
InitializeComponent();
}
}
}