Exemplo n.º 1
0
 protected BoundCommentCommandBase(FlowAreaControl areaControl, SourceControl sourceControl, BoundCommentControl commentControl)
 {
     this.areaControl    = areaControl;
     this.sourceControl  = sourceControl;
     this.commentControl = commentControl;
 }
Exemplo n.º 2
0
 public RemoveBoundCommentCommand(FlowAreaControl areaControl, SourceControl sourceControl, BoundCommentControl commentControl) :
     base(areaControl, sourceControl, commentControl)
 {
 }