Newer
Older
Correlator / PipeGallery / MainWindow.xaml
pengxianhong on 4 Dec 2022 359 bytes 修改dll
<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">
    <Border x:Name="bdrMain" />
</Window>