Exemplo n.º 1
0
 public static void Main()
 {
     SE.App app = new SE.App();
     app.InitializeComponent();
     app.Run();
 }
Exemplo n.º 2
0
Arquivo: App.g.cs Projeto: drchen00/SE
 public static void Main() {
     SE.App app = new SE.App();
     app.InitializeComponent();
     app.Run();
 }