7e67f84aaa
- primo commit.
11 lines
344 B
XML
11 lines
344 B
XML
<Application x:Class="Application"
|
|
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
|
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
|
StartupUri="MainWindow.xaml">
|
|
|
|
<Application.Resources>
|
|
<ResourceDictionary Source="OmagVIEWDictionary.xaml"/>
|
|
</Application.Resources>
|
|
|
|
</Application>
|