示例#1
0
 public static void Main()
 {
     var app = new App();
     app.RegisterSingleton<Grid>();
     app.RegisterSingleton<Controller>();
     app.RegisterSingleton<JewelBlocksContent>();
     app.RegisterSingleton<Soundbank>();
     app.Start<Game>();
 }