From 00a491d93733d4625ad329b2ba8237f445364b3f Mon Sep 17 00:00:00 2001 From: Mirta Date: Wed, 30 Dec 2020 16:39:52 +0200 Subject: merge --- Software/Visual_Studio/Tango.Logging/LogFile.cs | 26 ------------------------- 1 file changed, 26 deletions(-) (limited to 'Software/Visual_Studio/Tango.Logging/LogFile.cs') diff --git a/Software/Visual_Studio/Tango.Logging/LogFile.cs b/Software/Visual_Studio/Tango.Logging/LogFile.cs index f727b96f4..66988b7ed 100644 --- a/Software/Visual_Studio/Tango.Logging/LogFile.cs +++ b/Software/Visual_Studio/Tango.Logging/LogFile.cs @@ -8,34 +8,8 @@ namespace Tango.Logging { public class LogFile { - /// - /// Gets or sets the date time started Log file. - /// public DateTime DateTime { get; set; } - /// - /// Gets or sets the full path of file. - /// public String File { get; set; } - - /// - /// Gets or sets the name of the file. - /// - public String FileName { get; set; } - - /// - /// Gets or sets a value indicating whether set of files - /// - public bool PartOfSet { get; set; } - - /// - /// Gets or sets the start index of the set. - /// - public int SetStartIndex { get; set; } - - /// - /// Gets or sets the set count of set. - /// - public int SetCount { get; set; } } } -- cgit v1.3.1