This commit is contained in:
Samuele E. Locatelli
2016-05-25 16:50:24 +02:00
parent 202d1d8698
commit 5266971f3c
12 changed files with 36 additions and 30 deletions
+3 -3
View File
@@ -5,7 +5,7 @@ using System.Text;
using System.Threading.Tasks;
using NLog;
namespace MTC_Sim
namespace MTC_Adapter
{
using MTConnect;
using System.Configuration;
@@ -555,7 +555,7 @@ namespace MTC_Sim
/// <summary>
/// Form chiamante
/// </summary>
protected CMS_MachineSim parentForm;
protected MainForm parentForm;
/// <summary>
/// Conf adapter corrente
/// </summary>
@@ -782,7 +782,7 @@ namespace MTC_Sim
/// </summary>
/// <param name="caller"></param>
/// <param name="adpConf"></param>
public AdapterGeneric(CMS_MachineSim caller, AdapterConf adpConf)
public AdapterGeneric(MainForm caller, AdapterConf adpConf)
{
lg = LogManager.GetCurrentClassLogger();
lg.Info("Avvio AdapterGeneric");