Sign in

唐召明 / AutomaticGrooveCalculationTool · Files

Logo

GitLab

  • Back to dashboard
  • Project
  • Activity
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • AutomaticGrooveCalculationTool
  • Common
  • Enums
  • EquipmentTypeConst.cs
  • 迁移至WPF版本
    9e546a5e
    唐召明 authored
    2024-07-24 19:07:01 +0800  
    Browse Code »
EquipmentTypeConst.cs 282 Bytes
Edit Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
namespace HHECS.RobotTool.Common.Enums
{
    public enum EquipmentTypeConst
    {
        /// <summary>
        /// 发那科机器人
        /// </summary>
        FanucRobot,

        /// <summary>
        /// 库卡机器人
        /// </summary>
        KukaRobot,
    }
}