Skip to content

Instantly share code, notes, and snippets.

@neovov
neovov / gist:4729149
Created February 7, 2013 07:17
Silverlight method to nuke itself (just for the LOL)
[ScriptableMember]
public void nuke() {
HtmlPage.Plugin.Parent.RemoveChild( HtmlPage.plugin );
} // end of nuke()