Cosmos/source2/VSIP/Cosmos.VS.Windows.Test/MainWindow.xaml
2012-01-02 00:17:20 +00:00

8 lines
496 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="350" Width="525" xmlns:my="clr-namespace:Cosmos.VS.Windows;assembly=Cosmos.VS.Windows">
<Grid>
<my:AssemblyUC HorizontalAlignment="Left" Margin="29,12,0,0" Name="assemblyUC1" VerticalAlignment="Top" Height="199" Width="247" />
</Grid>
</Window>