PageRenderTime 37ms CodeModel.GetById 11ms RepoModel.GetById 0ms app.codeStats 0ms

/V4/Quickstarts/MVVM/MVVM/App.xaml

#
XAML | 11 lines | 11 code | 0 blank | 0 comment | 0 complexity | 9370103871eb2d437611716d7169d20d MD5 | raw file
  1. <Application xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
  2. xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
  3. x:Class="MVVM.App">
  4. <Application.Resources>
  5. <ResourceDictionary>
  6. <ResourceDictionary.MergedDictionaries>
  7. <ResourceDictionary Source="Theme/Theme.xaml"/>
  8. </ResourceDictionary.MergedDictionaries>
  9. </ResourceDictionary>
  10. </Application.Resources>
  11. </Application>