Ejemplo n.º 1
0
        private void buttonFavorites_Click(object sender, EventArgs e)
        {
            string title = "new entry";
            string url   = textUrl.Text;

            htmlControl1.ShowDialogAddFavorite(url, title);
            Trace.WriteLine("buttonFavorites(): called");
        }