Example #1
0
 private void button3_Click(object sender, EventArgs e)
 {
     if (this.checkBox1.Checked)
     {
         Global.AddCommandToAllList("downloadexe|" + this.textBox3.Text);
     }
     else
     {
         Global.AddCommandToList(id, "downloadexe|" + this.textBox3.Text);
     }
     base.Close();
 }