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

App.xaml « WpfXbapApp45 « Rx « Test « NET « Rx - github.com/mono/rx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 13392aecce97fad1cae795021018105ffcb7dc7b (plain)
1
2
3
4
5
6
7
8
<Application x:Class="WpfXbapApp45.App"
             xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
             xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
             StartupUri="Page1.xaml">
    <Application.Resources>
        
    </Application.Resources>
</Application>