Searched refs:getCurrentMachine (Results 1 – 2 of 2) sorted by relevance
129 …public MachCommand(Monitor monitor, Func<IMachine> getCurrentMachine, Action<IMachine> setCurrentM… in MachCommand() argument132 GetCurrentMachine = getCurrentMachine; in MachCommand()
53 …public PeripheralsCommand(Monitor monitor, Func<IMachine> getCurrentMachine) : base(monitor, "peri… in PeripheralsCommand() argument55 GetCurrentMachine = getCurrentMachine; in PeripheralsCommand()