App.xaml 486 B

123456789101112131415
  1. <Application x:Class="DeviceCenter.App" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:local="clr-namespace:DeviceCenter" StartupUri="views/Splash.xaml">
  2. <Application.Resources>
  3. <ResourceDictionary>
  4. <ResourceDictionary.MergedDictionaries>
  5. </ResourceDictionary.MergedDictionaries>
  6. </ResourceDictionary>
  7. </Application.Resources>
  8. </Application>