예제 #1
0
파일: Form1.cs 프로젝트: ostkaka0/Ostbot2_1
        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");
        }
예제 #2
0
파일: Form1.cs 프로젝트: ostkaka0/Ostbot2_1
 private void button3_Click_1(object sender, EventArgs e)
 {
     annoyingBot = null;
 }