App.xaml 299 B

12345678
  1. <Application
  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:ST_CUBE_MES"
  5. StartupUri="LoginWindow.xaml"
  6. x:Class="ST_CUBE_MES.App">
  7. <Application.Resources />
  8. </Application>