App.xaml 594 B

12345678910111213141516171819
  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/MainWindow.xaml">
  2. <Application.Resources>
  3. <ResourceDictionary>
  4. <ResourceDictionary.MergedDictionaries>
  5. <ResourceDictionary Source="/WPFNotification;component/Assets/NotificationUI.xaml"/>
  6. </ResourceDictionary.MergedDictionaries>
  7. </ResourceDictionary>
  8. </Application.Resources>
  9. </Application>