Create Constants class and consolodate

This commit is contained in:
Matt Nadareski
2016-05-22 13:15:13 -07:00
parent e8224606b7
commit 66795c8b18
12 changed files with 192 additions and 214 deletions

View File

@@ -10,8 +10,8 @@ namespace SabreTools
public class TrimMerge
{
// Instance variables
private string _filename = "";
private string _path = "";
private string _filename;
private string _path;
private bool _rename;
private bool _forceunpack;
private Logger _logger;