<Page x:Class="HStation.RevitDev.RevitDataExport.Forms.Wpf_InstancePanel"
|
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
|
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
|
xmlns:local="clr-namespace:HStation.RevitDev.RevitDataExport.Forms"
|
Background="LightGray">
|
<Grid>
|
<Grid.RowDefinitions>
|
<RowDefinition/>
|
<!--<RowDefinition Height="30"/>-->
|
</Grid.RowDefinitions>
|
<TabControl Name="tabControl" Grid.Row="0">
|
</TabControl>
|
<!--<Button Name="reflesh" Grid.Row="1" Background="LightBlue" Click="reflesh_Click">载入</Button>-->
|
</Grid>
|
</Page>
|