Esempio n. 1
0
 private void btn_addTag_Click(object sender, EventArgs e)
 {
     browser.AddTag(txt_tagName.Text, BLL.Color.Red);
 }