예제 #1
0
        static void Main(string[] args)
        {
            InterceptionMaintenance test = new InterceptionMaintenance();

            test.InterceptMain();
        }
예제 #2
0
파일: EntryPoint.cs 프로젝트: uvbs/Holodeck
 static void Main(string[] args)
 {
     InterceptionMaintenance test = new InterceptionMaintenance();
     test.InterceptMain();
 }