Exemple #1
0
 public BodyPropertyUi()
 {
     RenderControl = new TextBoxMultiple {
         ID = PropertyName, CssClass = "workflowTextArea"
     };
 }
Exemple #2
0
 public TaskDescriptionPropertyUi()
 {
     RenderControl = new TextBoxMultiple {
         ID = PropertyName, CssClass = "workflowTextArea"
     };
 }