App.xaml 615 B

123456789101112131415161718192021
  1. <Application x:Class="DeviceCenter.App" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
  2. xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:local="clr-namespace:DeviceCenter"
  3. StartupUri="views/Login.xaml">
  4. <Application.Resources>
  5. <ResourceDictionary>
  6. <ResourceDictionary.MergedDictionaries>
  7. <ResourceDictionary Source="/WPFNotification;component/Assets/NotificationUI.xaml"/>
  8. </ResourceDictionary.MergedDictionaries>
  9. </ResourceDictionary>
  10. </Application.Resources>
  11. </Application>