Example #1
0
 /// <summary>
 /// The main entry point for the application.
 /// </summary>
 static void Main(string[] args)
 {
     using (ZmbeInvdrs game = new ZmbeInvdrs())
     {
         game.Run();
     }
 }
 public SpriteManager(ZmbeInvdrs game)
     : base(game)
 {
     // TODO: Construct any child components here
 }