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

13 строки
196 B
C#

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