Ejemplo n.º 1
0
    public static int Main(string[] args)
    {
        var t = new TPCancellation(10);
        t.Run();

        Thread.Sleep(1000 * 2);

        return 0;
    }
Ejemplo n.º 2
0
    public static int Main(string[] args)
    {
        var t = new TPCancellation(10);

        t.Run();

        Thread.Sleep(1000 * 2);

        return(0);
    }