| 123456789101112131415161718192021 | 
							- using System;
 
- using System.Collections.Generic;
 
- using System.Linq;
 
- using System.Text;
 
- using System.Threading.Tasks;
 
- namespace PunkHPX8_RT.Devices.PlatingCell
 
- {
 
-     public class DIPlatingCellDevice:PlatingCellDevice
 
-     {
 
-         /// <summary>
 
-         /// 构造函数
 
-         /// </summary>
 
-         /// <param name="moduleName"></param>
 
-         public DIPlatingCellDevice(string moduleName) : base(moduleName)
 
-         {
 
-         }
 
-     }
 
- }
 
 
  |