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