Thread: Lancer un processus en tâche de fond(Background)

Author:
using System;
using System.Windows.Forms;
using System.Threading;
 
    public class ProcessusBackground : System.Windows.Forms.Form
    {