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

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

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