зеркало из https://github.com/telerik/xaml-sdk.git
12 строки
184 B
C#
12 строки
184 B
C#
|
using System.Windows;
|
|||
|
|
|||
|
namespace AllowedDates
|
|||
|
{
|
|||
|
/// <summary>
|
|||
|
/// Interaction logic for App.xaml
|
|||
|
/// </summary>
|
|||
|
public partial class App : Application
|
|||
|
{
|
|||
|
}
|
|||
|
}
|