mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
Make Reports similar to DatFiles with access
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user