Skip to content

Instantly share code, notes, and snippets.

@johnnonolan
Created September 29, 2010 22:53
Show Gist options
  • Save johnnonolan/603723 to your computer and use it in GitHub Desktop.
Save johnnonolan/603723 to your computer and use it in GitHub Desktop.
/// some codez
if ( ctrl is CheckBox)
{
AddToDictionary(ctrl);
}
if ( ctrl is RadioBox)
{
AddToDictionary(ctrl); // I explode here
}
// some codez
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment