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

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