BusynessNotification

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

App.xaml (740B)


      1 <Application x:Class="BusynessNotification.App"
      2              xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
      3              xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
      4              xmlns:ui="http://schemas.modernwpf.com/2019"
      5              xmlns:local="clr-namespace:BusynessNotification">
      6     <Application.Resources>
      7         <ResourceDictionary>
      8             <ResourceDictionary.MergedDictionaries>
      9                 <ui:ThemeResources />
     10                 <ui:XamlControlsResources />
     11                 <!-- Other merged dictionaries here -->
     12             </ResourceDictionary.MergedDictionaries>
     13             <!-- Other app resources here -->
     14         </ResourceDictionary>
     15     </Application.Resources>
     16 </Application>