Delete these eggs
Spam and Abuse Watch
2
Posts
2
Posters
0
Views
1
Watching
-
by that damn trader X| http://www.codeproject.com/script/Forums/Messages.aspx?fmid=9051978[^]
Chuck Norris
-
by that damn trader X| http://www.codeproject.com/script/Forums/Messages.aspx?fmid=9051978[^]
Chuck Norris
Well, they are persistent, just not in the right way!
public class SysAdmin : Employee
{public override void DoWork(IWorkItem workItem) { if (workItem.User.Type == UserType.NoLearn){ throw new NoIWillNotFixYourComputerException(new Luser(workItem.User)); }else{ base.DoWork(workItem); } }
}