Cosmos/source/Cosmos.VS.Windows.Test/MainWindow.xaml

8 lines
434 B
XML

<Window x:Class="Cosmos.VS.Windows.Test.MainWindow"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
Title="MainWindow" Height="714" Width="792" xmlns:my="clr-namespace:Cosmos.VS.Windows;assembly=Cosmos.VS.Windows">
<DockPanel>
<my:AssemblyUC Name="ucAssembly" VerticalAlignment="Top" />
</DockPanel>
</Window>