SyntaxFix
Write A Post
Hire A Developer
Questions
You're not inheriting from your base class:
public class Ext : Base { // constructor public override void Draw() { } }