public override bool SendEvent(Event.EventArgs args) { if (!args.Done) { args.Done = MainInterface.HandleEvent(args); } return(args.Done); }
public abstract bool SendEvent(Event.EventArgs args);