예제 #1
0
파일: Program.cs 프로젝트: kosya/for_study
        static void Main(string[] args)
        {
            CursorEvent c       = new CursorEvent();
            MoveCursore cursore = new MoveCursore(c);

            c.Run();
        }
예제 #2
0
 static void Main(string[] args)
 {
     CursorEvent c = new CursorEvent();
     MoveCursore cursore = new MoveCursore(c);
     c.Run();
 }