Changeset 2520 for trunk/sources/HeuristicLab.Logging/3.3/LogView.cs
- Timestamp:
- 11/23/09 11:08:34 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Logging/3.3/LogView.cs
r2474 r2520 30 30 using HeuristicLab.Data; 31 31 using HeuristicLab.Common; 32 using HeuristicLab.Core.Views; 33 using HeuristicLab.MainForm; 32 34 33 35 namespace HeuristicLab.Logging { … … 35 37 /// Visual representation of the <see cref="Log"/> class. 36 38 /// </summary> 39 [Content(typeof(Log), true)] 37 40 public partial class LogView : ViewBase { 38 41 /// <summary>
Note: See TracChangeset
for help on using the changeset viewer.