优化更新
This commit is contained in:
26
WPFUIAPP/App.xaml.cs
Normal file
26
WPFUIAPP/App.xaml.cs
Normal file
@@ -0,0 +1,26 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Configuration;
|
||||
using System.Data;
|
||||
using System.Linq;
|
||||
using System.Threading.Tasks;
|
||||
using System.Windows;
|
||||
|
||||
using Wpf.Ui.Violeta.Controls;
|
||||
|
||||
namespace WPFUIAPP
|
||||
{
|
||||
/// <summary>
|
||||
/// App.xaml 的交互逻辑
|
||||
/// </summary>
|
||||
public partial class App : Application
|
||||
{
|
||||
public App()
|
||||
{
|
||||
Splash.ShowAsync("pack://application:,,,/Wpf.Ui.Test;component/wpfui.png");
|
||||
InitializeComponent();
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user