Skip to content

Instantly share code, notes, and snippets.

@geoffreymcgill
Last active August 12, 2017 19:01
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 geoffreymcgill/02953dbd4474cd20a76b4d2b83b45dd0 to your computer and use it in GitHub Desktop.
Save geoffreymcgill/02953dbd4474cd20a76b4d2b83b45dd0 to your computer and use it in GitHub Desktop.
using Bridge;
using Bridge.Html5;
namespace Demo
{
public class Program
{
public static void Main()
{
// Simple alert() to confirm it’s working
Window.Alert("Success");
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment