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

App.xaml 290 B

12345678
  1. <Application
  2. x:Class="WpfApp1.App"
  3. xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
  4. xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
  5. xmlns:local="clr-namespace:WpfApp1"
  6. StartupUri="MainWindow.xaml">
  7. <Application.Resources />
  8. </Application>