mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
[ALL] One utility class now
This commit is contained in:
@@ -34,7 +34,7 @@ namespace SabreTools.Library.Reports
|
||||
public BaseReport(DatFile datfile, string filename, bool baddumpCol = false, bool nodumpCol = false)
|
||||
{
|
||||
_datFile = datfile;
|
||||
_writer = new StreamWriter(FileTools.TryCreate(filename));
|
||||
_writer = new StreamWriter(Utilities.TryCreate(filename));
|
||||
_baddumpCol = baddumpCol;
|
||||
_nodumpCol = nodumpCol;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user