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