Пример #1
0
 public InputSystem(Contexts contexts, IInputDrive input) : base()
 {
     _contexts   = contexts;
     _inputDrive = input;
 }
 public DrivesEntry(ITimeDrive time, ILogDrive log, IInputDrive input)
 {
     Time  = time;
     Log   = log;
     Input = input;
 }