Removed Comments
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
using System.Text.Json;
|
||||
using System.Text.Json;
|
||||
|
||||
namespace View_by_Distance.PropertyCompare.Models;
|
||||
|
||||
@ -44,7 +44,6 @@ public partial class PropertyCompare
|
||||
return result;
|
||||
}
|
||||
|
||||
// internal static string GetSelect(PropertyCompare item) => string.Concat(item.JsonFileNameWithoutExtension, item.ImageFileName, '\t', item.Property.CreationTime.Ticks, '\t', GetDateTime(item.Property).ToString("yyyy-MM-dd_HH-mm-ss"), '\t', item.Property.FileId, '\t', item.Property.FileSize, '\t', item.Property.Width, '\t', item.Property.Height);
|
||||
|
||||
#nullable disable
|
||||
|
||||
|
Reference in New Issue
Block a user