mirror of
https://github.com/LorisYounger/VPet.git
synced 2024-08-30 18:42:36 +00:00
11 lines
577 B
C#
11 lines
577 B
C#
using System.Windows;
|
|
|
|
[assembly: ThemeInfo(
|
|
ResourceDictionaryLocation.None, //主题特定资源词典所处位置
|
|
//(未在页面中找到资源时使用,
|
|
//或应用程序资源字典中找到时使用)
|
|
ResourceDictionaryLocation.SourceAssembly //常规资源词典所处位置
|
|
//(未在页面中找到资源时使用,
|
|
//、应用程序或任何主题专用资源字典中找到时使用)
|
|
)]
|