opération inter-threads non valide code example
Example: opération inter-threads non valide
labelSolution.Invoke(new MethodInvoker(delegate
{
labelSolution.Text = laSolution.ToString();
}));
labelSolution.Invoke(new MethodInvoker(delegate
{
labelSolution.Text = laSolution.ToString();
}));