Inheritance: ContainerAction
Exemplo n.º 1
0
        public virtual CommentAction CreateCommentAction()
        {
            CommentAction action = new CommentAction();

            action.Compile(this);
            return(action);
        }
Exemplo n.º 2
0
 public virtual CommentAction CreateCommentAction()
 {
     CommentAction action = new CommentAction();
     action.Compile(this);
     return action;
 }