123456789101112131415161718192021 |
- using System;
- using System;
- using System.Collections.Generic;
- using System.Linq;
- using System.Text;
- namespace SinoChemFC2PosProxy
- {
- class PumpOnFuelingScannerCommunicator : ICommunicator
- {
- public bool IsStarted
- {
- get { throw new NotImplementedException(); }
- }
- public bool Start()
- {
- throw new NotImplementedException();
- }
- }
- }
|