示例#1
0
文件: Form1.cs 项目: Ytrog/RssBandit
        private void buttonFavorites_Click(object sender, EventArgs e)
        {
            string title = "new entry";
            string url   = textUrl.Text;

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