Cookie prompts?
The Lounge
2
Posts
2
Posters
0
Views
1
Watching
-
clawton wrote:
wow...
is right! I did that before, and turned it off after about 5 seconds!
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); } }
}