MainWindow.xaml 413 B

12345678
  1. <Window x:Class="Vinno.IdentificationCardApp.MainWindow"
  2. xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
  3. xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
  4. Title="Vinno Identification Tool" Height="350" Width="525" Closing="WindowClosing">
  5. <Grid>
  6. <Button Name="btnReadCard" Content="READ" Tag="B" Click="BtnClick" FontSize="72"/>
  7. </Grid>
  8. </Window>