Exemplo n.º 1
0
 public static void Main()
 {
     Runner.App app = new Runner.App();
     app.InitializeComponent();
     app.Run();
 }