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

            test.InterceptMain();
        }
Beispiel #2
0
 static void Main(string[] args)
 {
     InterceptionMaintenance test = new InterceptionMaintenance();
     test.InterceptMain();
 }