You know you do too much when…
function moodSwing()
{
string mood = "neutral";
if (!isStudentPartners)
{
MSDN_connection_card = true;
mood = "happy";
}
else
{
StudentPartners.Cry(100);
mood = "sad";
}
return mood;
}
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Vista is truely a vista
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~