Ejemplo n.º 1
0
 public BodyPropertyUi()
 {
     RenderControl = new TextBoxMultiple {
         ID = PropertyName, CssClass = "workflowTextArea"
     };
 }
Ejemplo n.º 2
0
 public TaskDescriptionPropertyUi()
 {
     RenderControl = new TextBoxMultiple {
         ID = PropertyName, CssClass = "workflowTextArea"
     };
 }