Exemplo n.º 1
0
        public TaskData(string name, Task task, SubBots.Method method)
        {
            this.name   = name;
            this.task   = task;
            this.method = method;

            this.stopwatch = new Stopwatch();
            stopwatch.Start();
        }
Exemplo n.º 2
0
        public TaskData(string name, Task task, SubBots.Method method)
        {
            this.name = name;
            this.task = task;
            this.method = method;

            this.stopwatch = new Stopwatch();
            stopwatch.Start();
        }