more work on gtk & code cleanup
This commit is contained in:
@@ -6,7 +6,7 @@ namespace Pilz.IO;
|
||||
public class EmbeddedFilesContainer
|
||||
{
|
||||
[JsonProperty("CompressedFiles")]
|
||||
private readonly Dictionary<string, byte[]> compressedFiles = new Dictionary<string, byte[]>();
|
||||
private readonly Dictionary<string, byte[]> compressedFiles = [];
|
||||
|
||||
/// <summary>
|
||||
/// Returns the names of all embedded files.
|
||||
|
||||
Reference in New Issue
Block a user