Skip to content

Instantly share code, notes, and snippets.

@Larry57
Created October 18, 2012 06:36
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 Larry57/3910187 to your computer and use it in GitHub Desktop.
Save Larry57/3910187 to your computer and use it in GitHub Desktop.
Unflawed Design Mode
new bool DesignMode 
{
get
{
return (System.Diagnostics.Process.GetCurrentProcess().ProcessName == "devenv");
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment