Beispiel #1
0
        private static void Main(string[] args)
#endif
        {
            Harness hcon = new Harness();

            do
            {
                hcon.Run();
                Thread.Sleep(hcon.sleep);
            } while (hcon.sleep > 0);

            hcon.CleanUp();

#if HARNESS_DLL
            return(" ");
#endif
        }
Beispiel #2
0
        private static void Main(string[] args)

#endif
        {

            Harness hcon = new Harness();

            do
            {

                hcon.Run();
                Thread.Sleep(hcon.sleep);

            } while (hcon.sleep > 0);

            hcon.CleanUp();

#if HARNESS_DLL

            return " ";
#endif
        }