xaml-sdk/ScheduleView/CustomReadOnlyBehavior/App.xaml.cs

12 строки
194 B
C#

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