예제 #1
0
파일: Ohjelma.cs 프로젝트: Ethief/sejypeli
    static void Main(string[] args)
    {
        using (DrakNest game = new DrakNest())
        {
#if !DEBUG
            game.IsFullScreen = true;
#endif
            game.Run();
        }
    }
예제 #2
0
파일: Ohjelma.cs 프로젝트: Ethief/sejypeli
    static void Main(string[] args)
    {
        using (DrakNest game = new DrakNest())
        {
#if !DEBUG
            game.IsFullScreen = true;
#endif
            game.Run();
        }
    }