General code refactor.

This commit is contained in:
2021-08-17 21:23:10 +01:00
parent 4fcaeffc85
commit 75edb759e6
513 changed files with 38377 additions and 48553 deletions

View File

@@ -47,9 +47,9 @@ namespace Aaru.Filters
bool _opened;
/// <inheritdoc />
public string Name => "No filter";
public string Name => "No filter";
/// <inheritdoc />
public Guid Id => new Guid("12345678-AAAA-BBBB-CCCC-123456789000");
public Guid Id => new Guid("12345678-AAAA-BBBB-CCCC-123456789000");
/// <inheritdoc />
public string Author => "Natalia Portillo";