Removing comment
This commit is contained in:
@@ -7,8 +7,8 @@ class Program
|
|||||||
|
|
||||||
static int Main(string[] args)
|
static int Main(string[] args)
|
||||||
{
|
{
|
||||||
//ConfigFileManager.ExceptionOccured += (e) => ErrorOccured(e);
|
ConfigFileManager.ExceptionOccured += (e) => ErrorOccured(e);
|
||||||
//ConfigFileManager.Init();
|
ConfigFileManager.Init();
|
||||||
|
|
||||||
if (args.Length == 0)
|
if (args.Length == 0)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user