| 12345678910111213141516171819202122 | 
							- using System;
 
- using System.Collections.Generic;
 
- using System.Linq;
 
- using System.Text;
 
- namespace Aitex.Core.Common.DeviceData
 
- {
 
-     public enum AITPressureControlOperation
 
-     {
 
-         SetTVMode,
 
-         SetTVPosition,
 
-         SetTVPressure,
 
-         SetBoostPressure,
 
-         SetChamberPressure,
 
-     }
 
-     public class AITPressureControlDataPropertyName
 
-     {
 
-     }
 
- }
 
 
  |