Files
EgtDOORCreator/Application.xaml
T
Nicola Pievani 13b49e14cb EgtDOORCreator 2.2c1:
-> gestione della stampa quote porta.
2020-03-09 11:37:24 +00:00

11 lines
361 B
XML

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