Skip to content

Instantly share code, notes, and snippets.

@JohnHammond
Created February 21, 2024 07:30
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 JohnHammond/a1bf6c78769ea253e43326ca23d3c2b8 to your computer and use it in GitHub Desktop.
Save JohnHammond/a1bf6c78769ea253e43326ca23d3c2b8 to your computer and use it in GitHub Desktop.
SetupWizard.aspx.diff
1a2
> <%@ Implements Interface="ScreenConnect.ISetupHandler" %>
5a7,14
>
> protected override void OnInit(EventArgs e)
> {
> base.OnInit(e);
>
> if (SetupModule.IsSetup)
> throw new InvalidOperationException("Already setup");
> }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment