App.xaml 423 B

1234567891011
  1. <Application x:Class="veloprokat2.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:veloprokat2"
  5. StartupUri="auth.xaml">
  6. <Application.Resources>
  7. <ResourceDictionary>
  8. </ResourceDictionary>
  9. </Application.Resources>
  10. </Application>