终端一体化运控平台
Du kannst nicht mehr als 25 Themen auswählen Themen müssen entweder mit einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.
 
 
 

11 Zeilen
595 B

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