Newer
Older
Correlator / PipeGallery / MainWindow.xaml
<Window x:Class="PipeGallery.MainWindow"
        xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
        xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
        Title="相关仪"  WindowStartupLocation="Manual" Left="0" Top="0"  WindowStyle="None" ResizeMode="NoResize" Background="Transparent" WindowState="Maximized" >
    <Border x:Name="bdrMain">

    </Border>
</Window>