管道基础大数据平台系统开发-【CS】-ExportMap
13693261870
2022-12-31 c4b5567a1de21d36287fff9783e57e1afffb6503
1
2
3
4
5
6
7
8
9
10
<Window x:Class="DataLoader.MainWindow"
        xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
        xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
        Height="480" Width="600"
        Loaded="Window_Loaded"
        Title="数据入库" WindowStartupLocation="CenterScreen">
    <Grid x:Name="gMain">
        
    </Grid>
</Window>