Files
OmagCUT/Application.xaml
T
Emmanuele Sassi 524c4a7160 OmagCUT :
- Introdotte EgtMsgBox che hanno sostituito SaveCurrProjWD e MissingKeyWd.
2016-01-08 16:24:10 +00:00

11 lines
341 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="OmagCUTDictionary.xaml"/>
</Application.Resources>
</Application>