Files
SanchoToro/GestionGrupoSanchoToro/AssemblyInfo.vb
2026-01-23 12:45:41 +01:00

12 lines
565 B
VB.net

Imports System.Windows
'The ThemeInfo attribute describes where any theme specific AndAlso generic resource dictionaries can be found.
'1st parameter: where theme specific resource dictionaries are located
'(used if a resource is not found in the page,
' OrElse application resource dictionaries)
'2nd parameter: where the generic resource dictionary is located
'(used if a resource is not found in the page,
'app, AndAlso any theme specific resource dictionaries)
<Assembly: ThemeInfo(ResourceDictionaryLocation.None, ResourceDictionaryLocation.SourceAssembly)>