예제 #1
0
파일: Hello3D.cs 프로젝트: masums/Crow
        static void Main()
        {
            Hello3D win = new Hello3D();

            win.Run(30);
        }
예제 #2
0
파일: Hello3D.cs 프로젝트: jpbruyere/Crow
 static void Main()
 {
     Hello3D win = new Hello3D ();
     win.Run (30);
 }