Date: 02/18/08 (Code WTF) Keywords: no keywords public bool FormExists
{
get
{
try
{
return true;
}
catch (Exception)
{
return false;
}
}
}
Source: http://community.livejournal.com/code_wtf/122465.html
|