Ejemplo n.º 1
0
 public Program()
 {
     txtHolder    = new TextHolder();
     taskExecutor = null;
 }
 public CustomFileHandler(TextHolder textHolder)
 {
     this.textHolder = textHolder;
     FilePath        = "";
 }