xaml-sdk/ScheduleView/AppointmentsReminders/MainWindow.xaml

10 строки
370 B
XML

<Window x:Class="AppointmentsReminders.MainWindow"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
Title="MainWindow" Height="350" Width="525"
xmlns:local="clr-namespace:AppointmentsReminders">
<Grid>
<local:Example />
</Grid>
</Window>