예제 #1
0
        static void Main()
        {
            HelloCube win = new HelloCube();

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