C# Test

C++ code posted by Ryan Sullivan
created at 05 Jul 07:05, updated at 13 Aug 22:56

Edit | Back
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using CodenamePotential;

namespace Kayotic_Labs
{
    public class Options : Plugin
    {
         //DECISION si es boton probar usar esto
                        foreach (IUpdateTask probar in tareas)
                        {
                            probar.TestFeature();
                            System.Threading.Thread.Sleep(1000);
                            work.ReportProgress(x);
                            Console.WriteLine("Thread Probando " + Thread.CurrentThread.ManagedThreadId);
                        } 
    }
}
641 Bytes in 2 ms with coderay