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

            Components.Add(application);
        }
Exemplo n.º 2
0
        public Game1()
        {

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