Make Reports similar to DatFiles with access

This commit is contained in:
Matt Nadareski
2025-02-19 13:24:12 -05:00
parent 7542a79a58
commit 5f76596aa5
7 changed files with 38 additions and 30 deletions

View File

@@ -11,7 +11,7 @@ namespace SabreTools.Reports.Formats
/// <summary>
/// Textfile report format
/// </summary>
internal class Textfile : BaseReport
public class Textfile : BaseReport
{
protected bool _writeToConsole = false;
@@ -129,7 +129,7 @@ namespace SabreTools.Reports.Formats
/// <summary>
/// Console report format
/// </summary>
internal sealed class ConsoleOutput : Textfile
public sealed class ConsoleOutput : Textfile
{
/// <summary>
/// Create a new report from the filename