Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DoGuard should be not mandatory to implement #49

Closed
bogdanpolak opened this issue Feb 13, 2020 · 0 comments
Closed

DoGuard should be not mandatory to implement #49

bogdanpolak opened this issue Feb 13, 2020 · 0 comments

Comments

@bogdanpolak
Copy link
Owner

procedure DoGuard; shouldn't be mandatory to implement in TCommand and in TAsyncCommand. Like in sample bellow:

type
  TSamapleCommand
  protected
    procedure DoExecute; override;
  end;
@bogdanpolak bogdanpolak added this to the 1.0 milestone Feb 13, 2020
@bogdanpolak bogdanpolak added this to To do in Release 1.0 Feb 13, 2020
@bogdanpolak bogdanpolak moved this from To do to In progress in Release 1.0 Feb 15, 2020
Release 1.0 automation moved this from In progress to Done Feb 16, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
No open projects
Release 1.0
  
Done
Development

No branches or pull requests

1 participant