524c4a7160
- Introdotte EgtMsgBox che hanno sostituito SaveCurrProjWD e MissingKeyWd.
11 lines
341 B
XML
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>
|