Exemple #1
0
 public MessageTextWriter(TaskBase task, MessageImportance importance)
 {
     this.task       = task;
     this.importance = importance;
 }
Exemple #2
0
 public MessageTextWriter(TaskBase task, MessageImportance importance)
 {
     this.task = task;
     this.importance = importance;
 }
Exemple #3
0
 public MessageTextWriter(TaskBase task)
 {
     this.task = task;
 }
Exemple #4
0
 public MessageTextWriter(TaskBase task)
 {
     this.task = task;
 }