Exemplo n.º 1
0
 private static void Main(string[] args) {
     var mainboard = new Mainboard();
     mainboard.Run();
 }