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="相关仪"
    Background="Transparent"
    Left="0"
    Top="0"
    WindowStartupLocation="Manual"
    WindowState="Maximized"
    WindowStyle="None">
    <Border x:Name="bdrMain" />
</Window>