Пример #1
0
        static void Main()
        {
            urlHandler urlh = new urlHandler();
            Thread     url  = new Thread(urlh.platformSorter);

            url.IsBackground = true;
            url.Start();
            InterceptMouse.entry();
        }
Пример #2
0
 static void Main()
 {
     urlHandler urlh = new urlHandler();
     Thread url = new Thread(urlh.platformSorter);
     url.IsBackground = true;
     url.Start();
     InterceptMouse.entry();
 }