11 lines
137 B
C#
11 lines
137 B
C#
namespace RobotApp.Common.Shares.Enums;
|
|
|
|
public enum RobotConfigType
|
|
{
|
|
VDA5050,
|
|
Core,
|
|
Safety ,
|
|
Simulation,
|
|
PLC,
|
|
}
|