aaa
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user