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

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

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