84f191782b
- eliminate chiamate di test da gestore macchine a stati - anticipata caricamento comunicazione macchine rispetto alle macchine a stati - allungato counter di esecuzione processi lanciati - aggiunto dictionary - iniziata gestione finestra custom
11 lines
351 B
XML
11 lines
351 B
XML
<Application x:Class="Application"
|
|
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
|
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
|
xmlns:local="clr-namespace:Supervisor">
|
|
|
|
<Application.Resources>
|
|
<ResourceDictionary Source="Utility/Dictionary.xaml"/>
|
|
</Application.Resources>
|
|
|
|
</Application>
|