Files
2023-04-16 20:11:40 +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();
}
}
}