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

/Main/src/DevSamples/ContextMenuSample/App.xaml

#
XAML | 8 lines | 7 code | 1 blank | 0 comment | 0 complexity | 3815350752cdc1d7df55dd35c4b2ecce MD5 | raw file
Possible License(s): CC-BY-SA-3.0
  1. <Application x:Class="ContextMenuSample.App"
  2. xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
  3. xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
  4. StartupUri="Window1.xaml">
  5. <Application.Resources>
  6. </Application.Resources>
  7. </Application>