Exemplo n.º 1
0
        private void bunifuFlatButton1_Click(object sender, EventArgs e)
        {
            webControl1.Source = new Uri("https://www.google.com.pk/");
            Historypanel hs = new Historypanel();

            //    Historypanel.list.Add("www.google.com.pk");
            list.Add(webControl1.Source.AbsoluteUri);
        }
Exemplo n.º 2
0
        private void button2_Click(object sender, EventArgs e)
        {
            Historypanel hs = new Historypanel();

            hs.Show();
        }