App.xaml 313 B

1234567
  1. <Application x:Class="AutoServiceSultik.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:AutoServiceSultik"
  5. StartupUri="MainWindow.xaml">
  6. </Application>