Example #1
0
 private void miseÀJourDesNomsDesJoueursToolStripMenuItem_Click(object sender, EventArgs e)
 {
     action        = Action.updatePlayerNameStep3;
     getPlayerName = new GetPlayerName();
     getPlayerName.GetName(this);
     searchPlayer = null;
 }
Example #2
0
 private void GetAllPlayerToolStripMenuItem_Click(object sender, EventArgs e)
 {
     action       = Action.updatePlayerIdUnique;
     searchPlayer = new SearchPlayerCapteur(1, 1, 50);
     searchPlayer.Search(this);
 }