Beispiel #1
0
        private void comboBox_Server_SelectedIndexChanged(object sender, EventArgs e)
        {
            Console.WriteLine(sender.ToString());
            updateComboBoxes(1);
            if (this.comboBox_Email.Items.Count > 0)
            {
                this.comboBox_Email.Text = this.comboBox_Email.Items[0].ToString();
            }

            annoyingBot = new AnnoyingBot(comboBox_Server.Text, "*****@*****.**", "kasekakorna");
        }
Beispiel #2
0
 private void button3_Click_1(object sender, EventArgs e)
 {
     annoyingBot = null;
 }