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

12 строки
184 B
C#

using System.Windows;
namespace AllowedDates
{
/// <summary>
/// Interaction logic for App.xaml
/// </summary>
public partial class App : Application
{
}
}