... I need peace
This commit is contained in:
parent
77e229fc8a
commit
b998c94f51
47 changed files with 2034 additions and 11979 deletions
23
yaxwtui.Wpf/Program.cs
Normal file
23
yaxwtui.Wpf/Program.cs
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
using System;
|
||||
using Xwt;
|
||||
|
||||
namespace yaxwtui.Wpf
|
||||
{
|
||||
public class Program
|
||||
{
|
||||
[STAThread]
|
||||
public static void Main (string[] args)
|
||||
{
|
||||
Application.Initialize (ToolkitType.Wpf);
|
||||
|
||||
MainWindow w = new MainWindow ();
|
||||
w.Show ();
|
||||
|
||||
Application.Run ();
|
||||
|
||||
w.Dispose ();
|
||||
Application.Dispose ();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue