コード例 #1
0
 private void snipePokemonsBetaToolStripMenuItem_Click(object sender, EventArgs e)
 {
     if (!_isFarmingActive)
     {
         PokemonSnipingForm snipingForm = new PokemonSnipingForm(_client, _inventory);
         snipingForm.ShowDialog();
     }
     else
     {
         MessageBox.Show("Farming must be stopped before using this feature.", "PoGo Bot");
     }
 }
コード例 #2
0
 private void snipePokemonsBetaToolStripMenuItem_Click(object sender, EventArgs e)
 {
     if (!_isFarmingActive)
     {
         PokemonSnipingForm snipingForm = new PokemonSnipingForm(_client, _inventory);
         snipingForm.ShowDialog();
     }
     else
     {
         MessageBox.Show("Бот должен быть выключен, перед изспользованием данной фичи.", "PokemonGo БОТ");
     }
 }
コード例 #3
0
 private void snipePokemonsBetaToolStripMenuItem_Click(object sender, EventArgs e)
 {
     if (!_isFarmingActive)
     {
         PokemonSnipingForm snipingForm = new PokemonSnipingForm(_client, _inventory);
         snipingForm.ShowDialog();
     }
     else
     {
         MessageBox.Show("Farming must be stopped before using this feature.", "PoGo Bot");
     }
 }