终端一体化运控平台
25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.

App.xaml 288 B

2 yıl önce
12345678
  1. <Application
  2. x:Class="WPFDemo.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:WPFDemo"
  6. StartupUri="TestData.xaml">
  7. <Application.Resources />
  8. </Application>