App.xaml 260 B

1234567
  1. <Application
  2. x:Class="AILicenseGenerator.App"
  3. xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
  4. xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
  5. StartupUri="MainWindow.xaml">
  6. <Application.Resources />
  7. </Application>