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