예제 #1
0
파일: GotoAsync.cs 프로젝트: krazymir/CS7
        private static void Main()
        {
            var executioner = new GotoExecutioner(Entry);

            executioner.Start();
        }
예제 #2
0
 private static void Main()
 {
     var executioner = new GotoExecutioner(Entry);
     executioner.Start();
 }