更新
This commit is contained in:
22
SyminUI/SyminViewTest/App.xaml.cs
Normal file
22
SyminUI/SyminViewTest/App.xaml.cs
Normal file
@@ -0,0 +1,22 @@
|
||||
using System.Windows;
|
||||
using SyminUI;
|
||||
|
||||
namespace SyminViewTest
|
||||
{
|
||||
/// <summary>
|
||||
/// Interaction logic for App.xaml
|
||||
/// </summary>
|
||||
public partial class App : Application
|
||||
{
|
||||
protected override void OnStartup(StartupEventArgs e)
|
||||
{
|
||||
base.OnStartup(e);
|
||||
|
||||
var builder = ViewApplication.CreateBuilder();
|
||||
var services = builder.Services;
|
||||
|
||||
var app = builder.Build();
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user