App.xaml 393 B

12345678910
  1. <Application x:Class="Agent.App"
  2. xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
  3. xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
  4. xmlns:local="clr-namespace:Agent"
  5. Startup="Application_Startup"
  6. Exit="Application_Exit">
  7. <Application.Resources>
  8. </Application.Resources>
  9. </Application>