App.xaml 245 B

12345
  1. <Application x:Class="Designer.App"
  2. xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
  3. xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
  4. Startup="Application_Startup">
  5. </Application>