Thread: Exemple d’utilisation des ‘Mutex’

Author:
{filelink=17378}
using System;
using System.Threading;
 
class Telechargement
{
    static Mutex mutex = new Mutex(false);
 
    public static void telechargerFic