Exemple #1
0
 public AddCommentCommand(FlowAreaControl areaControl, double posX, double posY)
 {
     this.areaControl = areaControl;
     CommentControl   = areaControl.CreateComment();
     CommentControl.CurrentComment.Position = new Point(posX, posY);
 }