Timer1.start();
public int a=10;
a--; if(a==10) this.backcolor= color.red; else if(a==9) this.backcolor= color.blue;
Leave a comment: