Ejemplo n.º 1
0
 static void Main(string[] args) {
     TaskWorker2 taskworker = new TaskWorker2();
     taskworker.Process();
 }
Ejemplo n.º 2
0
        static void Main(string[] args)
        {
            TaskWorker2 taskworker = new TaskWorker2();

            taskworker.Process();
        }