Executed code-cleanup on solution
This commit is contained in:
@@ -1,8 +1,4 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
using System.Collections.Generic;
|
||||
|
||||
namespace Client.Config.SubModels
|
||||
{
|
||||
@@ -15,8 +11,8 @@ namespace Client.Config.SubModels
|
||||
public string ProdEnabled { get; set; }
|
||||
public string ProdPath { get; set; }
|
||||
public string Autorun { get; set; }
|
||||
public string EditorPath { get; set; }
|
||||
|
||||
public string EditorPath { get; set; }
|
||||
|
||||
public List<Software> ExtSoftwares { get; set; }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user