xaml-sdk/DateTimePicker/AllowedDates/Example.xaml.cs

16 строки
281 B
C#

using System.Windows.Controls;
namespace AllowedDates
{
/// <summary>
/// Interaction logic for Example.xaml
/// </summary>
public partial class Example : UserControl
{
public Example()
{
InitializeComponent();
}
}
}