- <Window x:Class="Vinno.IdentificationCardApp.MainWindow"
- xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
- xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
- Title="Vinno Identification Tool" Height="350" Width="525" Closing="WindowClosing">
- <Grid>
- <Button Name="btnReadCard" Content="READ" Tag="B" Click="BtnClick" FontSize="72"/>
- </Grid>
- </Window>
|