App.xaml.cs 241 B

123456789101112131415
  1. using System.Windows;
  2. namespace Vinno.IdentificationCardApp
  3. {
  4. /// <summary>
  5. /// Interaction logic for App.xaml
  6. /// </summary>
  7. public partial class App : Application
  8. {
  9. static App()
  10. {
  11. }
  12. }
  13. }