Bonjour à tous,

J'ai un petit souci pour appeler un thread avec des arguments.

Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
 
Thread t1 = new Thread(new ThreadStart(fonction 1(arg1,arg2,arg3));
t1.Start();
Comment puis-je faire pour appeler ma fonction?
Merci d'avance