예제 #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");
        }