This commit is contained in:
@@ -3,6 +3,7 @@ using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
using static CMS_CORE.Nc;
|
||||
|
||||
namespace CMS_CORE_Library
|
||||
{
|
||||
@@ -109,6 +110,15 @@ namespace CMS_CORE_Library
|
||||
public bool isWarning;
|
||||
public int process;
|
||||
}
|
||||
|
||||
public class ProcessPartProgramData
|
||||
{
|
||||
public ushort Id;
|
||||
public string PartProgramName;
|
||||
public PROC_STATUS Status;
|
||||
public bool Visible;
|
||||
}
|
||||
|
||||
#endregion
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user