You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

8 lines
451 B

<Window x:Class="ButcherFactory.Tools.MainWindow"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
Title="BWP_Tools" Height="350" Width="525">
<Grid Margin="0,0,2,0">
<Button Content="升级" FontSize="18px" Margin="211,133,0,0" VerticalAlignment="Top" Height="50" HorizontalAlignment="Left" Width="94" Click="Button_Click"/>
</Grid>
</Window>