/Main/src/Samples/v0.4/PointsOnMapSampleApp/App.xaml
XAML | 8 lines | 7 code | 1 blank | 0 comment | 0 complexity | 38b597159d040727163c5c8945fc076a MD5 | raw file
Possible License(s): CC-BY-SA-3.0
1<Application x:Class="MundiSampleApp.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 7 </Application.Resources> 8</Application>