Пример #1
0
        public override CommentAction CreateCommentAction()
        {
            CommentAction action = new CommentActionDbg();

            action.Compile(this);
            return(action);
        }
Пример #2
0
 public override CommentAction CreateCommentAction() {
     CommentAction action = new CommentActionDbg();
     action.Compile(this);
     return action;
 }