Example #1
0
        public Game1()
        {
            CCApplication application = new AppDelegate(this);

            Components.Add(application);
        }
Example #2
0
        public Game1()
        {

            CCApplication application = new AppDelegate(this);
            Components.Add(application);
        }