зеркало из https://github.com/telerik/xaml-sdk.git
10 строки
353 B
XML
10 строки
353 B
XML
<Window x:Class="PrintingAndExporting.MainWindow"
|
|
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
|
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
|
xmlns:local="clr-namespace:PrintingAndExporting"
|
|
Title="MainWindow" Height="700" Width="1300">
|
|
<Grid>
|
|
<local:Example/>
|
|
</Grid>
|
|
</Window>
|