App.xaml 390 B

12345678910
  1. <Application x:Class="Control_DB_Railway.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:Control_DB_Railway"
  5. StartupUri="Views/Authorization.xaml">
  6. <Application.Resources>
  7. </Application.Resources>
  8. </Application>