Esempio n. 1
0
 public void gameStart(Form callback, string problem, string[] tokens, int id)
 {
     this.ansCallback = callback;
     this.problem = problem;
     this.tokens = tokens;
     this.playing = true;
     this.id = id;
 }