mirror of
https://gitee.com/akwkevin/aistudio.-wpf.-diagram
synced 2026-03-07 18:20:51 +08:00
16 lines
327 B
C#
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();
|
|
}
|
|
}
|
|
}
|