9bec5d4b13
- correzione DisplayIndex quando manca definizione colonna in xaml - creata DemoApplication per dimostrazione e test dei componenti
10 lines
402 B
XML
10 lines
402 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:EgwWPFBaseLib.DemoApplication"
|
|
StartupUri="MainWindow\MainWindowV.xaml">
|
|
<Application.Resources>
|
|
<ResourceDictionary Source="Utility/Dictionary.xaml"/>
|
|
</Application.Resources>
|
|
</Application>
|