public override CommentAction CreateCommentAction() { CommentAction action = new CommentActionDbg(); action.Compile(this); return(action); }
public override CommentAction CreateCommentAction() { CommentAction action = new CommentActionDbg(); action.Compile(this); return action; }