2

Who writes something like this!?!?

if (result == "True")
{
return "True";
}
else
{
return result;
}

Comments
Add Comment