示例#1
0
文件: App.g.cs 项目: HitCZ/Labyrinth
 public static void Main() {
     LabyrinthGraphics.App app = new LabyrinthGraphics.App();
     app.InitializeComponent();
     app.Run();
 }
示例#2
0
 public static void Main()
 {
     LabyrinthGraphics.App app = new LabyrinthGraphics.App();
     app.InitializeComponent();
     app.Run();
 }