忱 沈 4 years ago
parent
commit
5955ea14f9
  1. 7
      MainWindow.xaml

7
MainWindow.xaml

@ -1,12 +1,11 @@
<Window x:Class="Audit.MainWindow" <Window
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:d="http://schemas.microsoft.com/expression/blend/2008" xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
xmlns:local="clr-namespace:Audit" xmlns:local="clr-namespace:Audit"
xmlns:mah="http://metro.mahapps.com/winfx/xaml/controls" x:Class="Audit.MainWindow"
mc:Ignorable="d" mc:Ignorable="d"
Title="MainWindow" Height="1080" Width="1920"> Title="MainWindow" Height="1080" Width="1920">
<Grid> <Button Content="Button" HorizontalAlignment="Left" Height="230" Margin="670,400,0,0" VerticalAlignment="Top" Width="410"/>
</Grid>
</Window> </Window>

Loading…
Cancel
Save