How can we help you today? How can we help you today?
paulvella

Activity overview

Latest activity by paulvella

Reflector drops 'override' and 'abstract' from events
Consider the following classes:public abstract class Class1 { public abstract event EventHandler evt; } public class Class2 : Class1 { public override event EventHandler evt...
1 follower 1 comment 0 votes