| OLD | NEW |
| 1 | 1 |
| 2 using System; | 2 using System; |
| 3 using System.Collections.Generic; | 3 using System.Collections.Generic; |
| 4 using System.Linq; | 4 using System.Linq; |
| 5 using System.Text; | 5 using System.Text; |
| 6 using System.Collections; | 6 using System.Collections; |
| 7 using System.IO; | 7 using System.IO; |
| 8 using System.Reflection; | 8 using System.Reflection; |
| 9 using System.Resources; | 9 using System.Resources; |
| 10 using System.Text.RegularExpressions; | 10 using System.Text.RegularExpressions; |
| (...skipping 141 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 152 "default.link.write.tlog" | 152 "default.link.write.tlog" |
| 153 }; | 153 }; |
| 154 } | 154 } |
| 155 } | 155 } |
| 156 | 156 |
| 157 public string TrackerLogDirectory { get; set; } | 157 public string TrackerLogDirectory { get; set; } |
| 158 } | 158 } |
| 159 | 159 |
| 160 | 160 |
| 161 } | 161 } |
| OLD | NEW |