示例#1
0
 private static int Main([NotNull] string[] args)
 {
     return(Theater.Run(args, GraphicsBackend.Direct3D11));
 }