Example #1
0
        static void Main(string[] args)
        {
            LyncRunner statusUpdate = new LyncRunner();

            while (true)
            {
                ;
            }
        }
Example #2
0
 static void Main(string[] args)
 {
     LyncRunner statusUpdate = new LyncRunner();
     while (true) ;
 }