I have problems with timer. I have function in function (draw in func)
void func(){ /*...do something ... */ for(){ for() { /*loop*/ draw(A,B, Pen);
SOLVED for now with
System.Threading.Thread.Sleep(700);