终端一体化运控平台
25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

11 lines
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>