예제 #1
0
파일: Main.cs 프로젝트: k0nsun/ORScrapping
 private void miseÀJourDesNomsDesJoueursToolStripMenuItem_Click(object sender, EventArgs e)
 {
     action        = Action.updatePlayerNameStep3;
     getPlayerName = new GetPlayerName();
     getPlayerName.GetName(this);
     searchPlayer = null;
 }
예제 #2
0
파일: Main.cs 프로젝트: k0nsun/ORScrapping
 private void GetAllPlayerToolStripMenuItem_Click(object sender, EventArgs e)
 {
     action       = Action.updatePlayerIdUnique;
     searchPlayer = new SearchPlayerCapteur(1, 1, 50);
     searchPlayer.Search(this);
 }