Example #1
0
 public static void Main() {
     CREM.EVO.App app = new CREM.EVO.App();
     app.InitializeComponent();
     app.Run();
 }
Example #2
0
File: App.g.cs Project: icprog/PC
 public static void Main()
 {
     CREM.EVO.App app = new CREM.EVO.App();
     app.InitializeComponent();
     app.Run();
 }