mirror of
https://gitee.com/akwkevin/aistudio.-wpf.-diagram
synced 2026-04-02 23:26:35 +08:00
项目结构调整
This commit is contained in:
17
Others/Fluent.Ribbon/Fluent.Ribbon.Showcase/Program.cs
Normal file
17
Others/Fluent.Ribbon/Fluent.Ribbon.Showcase/Program.cs
Normal file
@@ -0,0 +1,17 @@
|
||||
namespace FluentTest
|
||||
{
|
||||
using System;
|
||||
|
||||
public static class Program
|
||||
{
|
||||
[STAThread]
|
||||
public static int Main(string[] args)
|
||||
{
|
||||
var app = new App();
|
||||
app.InitializeComponent();
|
||||
app.Run();
|
||||
|
||||
return 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user