79682280

Date: 2025-06-27 17:13:52
Score: 1.5
Natty:
Report link
 var button = new Button{Content = "Google"};

 form.Controls.Add(button);

 button.Clicked+=(s,e)=>{ 
 webView.Source = new Uri("https://www.google.com.hk/");
  };
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: D'Artagnan222