电子药箱通讯服务端
Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

AssemblyInfo.cs 622B

1234567891011
  1. using System.Reflection;
  2. using System.Windows;
  3. [assembly: ThemeInfo(
  4. ResourceDictionaryLocation.None, //where theme specific resource dictionaries are located
  5. //(used if a resource is not found in the page,
  6. // or application resource dictionaries)
  7. ResourceDictionaryLocation.SourceAssembly //where the generic resource dictionary is located
  8. //(used if a resource is not found in the page,
  9. // app, or any theme specific resource dictionaries)
  10. )]