Welcome to mirror list, hosted at ThFree Co, Russian Federation.

App.xaml « Xamarin.PropertyEditing.Windows.Standalone - github.com/xamarin/Xamarin.PropertyEditing.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: bad5e3446a4de1b2c42186b1924572edaabe87ae (plain)
1
2
3
4
5
6
7
8
9
<Application x:Class="Xamarin.PropertyEditing.Windows.Standalone.App"
             xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
             xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
             xmlns:local="clr-namespace:Xamarin.PropertyEditing.Windows.Standalone"
             StartupUri="MainWindow.xaml">
    <Application.Resources>

    </Application.Resources>
</Application>