diff --git a/WPFUIAPP/App.config b/WPFUIAPP/App.config new file mode 100644 index 0000000..56efbc7 --- /dev/null +++ b/WPFUIAPP/App.config @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/WPFUIAPP/App.xaml b/WPFUIAPP/App.xaml new file mode 100644 index 0000000..6a229e2 --- /dev/null +++ b/WPFUIAPP/App.xaml @@ -0,0 +1,19 @@ + + + + + + + + + + + + diff --git a/WPFUIAPP/App.xaml.cs b/WPFUIAPP/App.xaml.cs new file mode 100644 index 0000000..8ac3e60 --- /dev/null +++ b/WPFUIAPP/App.xaml.cs @@ -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 +{ + /// + /// App.xaml 的交互逻辑 + /// + public partial class App : Application + { + public App() + { + Splash.ShowAsync("pack://application:,,,/Wpf.Ui.Test;component/wpfui.png"); + InitializeComponent(); + } + + + } +} diff --git a/WPFUIAPP/MainWindow.xaml b/WPFUIAPP/MainWindow.xaml new file mode 100644 index 0000000..0c4a083 --- /dev/null +++ b/WPFUIAPP/MainWindow.xaml @@ -0,0 +1,131 @@ + + + + + + + + + + +