Ejemplo n.º 1
0
 public CtlTaskView(string captionText) : base(captionText)
 {
     InitializeComponent();
     this.Text          = captionText;
     this.taskPresenter = new CtlTaskPresenter(this);
 }