xaml-sdk/Chart/WPF/SmartLabels/SmartLabelsDemo.xaml.cs

13 строки
192 B
C#

using System.Windows.Controls;
namespace SmartLabels
{
public partial class SmartLabelsDemo : UserControl
{
public SmartLabelsDemo()
{
InitializeComponent();
}
}
}