123456789101112131415161718192021222324252627282930313233 |
- #region --------------- Copyright Dresser Wayne Pignone -------------
- #endregion
- namespace Wayne.ForecourtControl
- {
-
-
-
- [System.Runtime.InteropServices.ComVisible(true)]
- public enum NozzleState
- {
-
-
-
- Unknown,
-
-
-
- In,
-
-
-
- Out
- }
- }
|