mirror of
https://github.com/ClemensFischer/XAML-Map-Control.git
synced 2026-04-04 14:08:32 +00:00
Added SampleApps/ProjectionDemo
This commit is contained in:
parent
e3332e44d4
commit
d603ac7e72
6 changed files with 240 additions and 0 deletions
9
SampleApps/ProjectionDemo/App.xaml
Normal file
9
SampleApps/ProjectionDemo/App.xaml
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
<Application x:Class="ProjectionDemo.App"
|
||||
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
||||
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
||||
xmlns:local="clr-namespace:ProjectionDemo"
|
||||
StartupUri="MainWindow.xaml">
|
||||
<Application.Resources>
|
||||
|
||||
</Application.Resources>
|
||||
</Application>
|
||||
Loading…
Add table
Add a link
Reference in a new issue