Ejemplo n.º 1
0
        public Game1()
        {
            CCApplication application = new AppDelegate(this);

            Components.Add(application);
        }
Ejemplo n.º 2
0
		public Game1()
		{
			CCApplication application = new AppDelegate(this);
			Components.Add(application);
		}