File Info

Rev. 209
Größe 368 Bytes
Zeit 2010-05-02 00:17:00
Autor wilfrem
Log Message

Demo6をとりあえず作成

Content

using System;

namespace MikuMikuDanceXNADemo6
{
    static class Program
    {
        /// <summary>
        /// The main entry point for the application.
        /// </summary>
        static void Main(string[] args)
        {
            using (Game1 game = new Game1())
            {
                game.Run();
            }
        }
    }
}

Show on old repository browser