임시커밋
This commit is contained in:
parent
da7057307e
commit
69fd6b249c
|
|
@ -9,7 +9,7 @@ namespace Server.Git
|
||||||
public Crypto crypto = new Crypto();
|
public Crypto crypto = new Crypto();
|
||||||
private static readonly NLog.ILogger logger = LogManager.GetCurrentClassLogger();
|
private static readonly NLog.ILogger logger = LogManager.GetCurrentClassLogger();
|
||||||
public bool isRestart;
|
public bool isRestart;
|
||||||
string _repositoryPath = Path.Combine(AppDomain.CurrentDomain.BaseDirectory, "excel");
|
string _repositoryPath = Path.Combine(AppDomain.CurrentDomain.BaseDirectory, "excel");
|
||||||
|
|
||||||
public List<Sheet> sheets;
|
public List<Sheet> sheets;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue