mirror of
https://gitee.com/akwkevin/aistudio.-wpf.-diagram
synced 2026-03-08 02:30:51 +08:00
添加项目文件。
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
using System.Windows.Controls;
|
||||
|
||||
namespace Wpf.CartesianChart.ThreadSafe
|
||||
{
|
||||
/// <summary>
|
||||
/// Interaction logic for TreadSafeExample.xaml
|
||||
/// </summary>
|
||||
public partial class ThreadSafeExample : UserControl
|
||||
{
|
||||
public ThreadSafeExample()
|
||||
{
|
||||
InitializeComponent();
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user