终端一体化运控平台
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.
 
 
 

11 rader
510 B

  1. <Application x:Class="PermissionManagement.App"
  2. xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
  3. xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
  4. xmlns:local="clr-namespace:PermissionManagement"
  5. StartupUri="MainWindow.xaml">
  6. <Application.Resources>
  7. <SolidColorBrush x:Key="AllBackGround" Color="#01003B"/>
  8. <SolidColorBrush x:Key="commonForeground" Color="#FF2AB2E7"/>
  9. </Application.Resources>
  10. </Application>