Another one
Spam and Abuse Watch
2
Posts
2
Posters
0
Views
1
Watching
-
@ Q/A section need dev for sending fix messages over udp with encryption[^] @ Forums http://www.codeproject.com/script/Forums/Messages.aspx?fmid=8913975[^] Here the sheep http://www.codeproject.com/script/Membership/View.aspx?mid=8913975[^]
Chuck Norris
-
@ Q/A section need dev for sending fix messages over udp with encryption[^] @ Forums http://www.codeproject.com/script/Forums/Messages.aspx?fmid=8913975[^] Here the sheep http://www.codeproject.com/script/Membership/View.aspx?mid=8913975[^]
Chuck Norris
It appears the offender has been terminated!
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); } }
}