Skip to content

Instantly share code, notes, and snippets.

@bjoerntx
Created October 13, 2023 14:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bjoerntx/89e8b228fc1ce8c38135fde744570b43 to your computer and use it in GitHub Desktop.
Save bjoerntx/89e8b228fc1ce8c38135fde744570b43 to your computer and use it in GitHub Desktop.
private void Form1_Load1(object sender, EventArgs e)
{
webView21.Source = new Uri("http://127.0.0.1:8888/viewer.html?id=" + Guid.NewGuid().ToString());
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment