Files
omagoffice/Application.xaml
Emmanuele Sassi f68dd5c81a OmagOFFICE 1.8d1 :
- primo rilascio.
2017-04-06 11:08:42 +00:00

10 lines
324 B
XML

<Application x:Class="Application"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
<Application.Resources>
<ResourceDictionary Source="Utility/OmagOfficeDictionary.xaml"/>
</Application.Resources>
</Application>