Searched refs:setCurrentMachine (Results 1 – 2 of 2) sorted by relevance
31 …public QuitCommand(Monitor monitor, Action<Machine> setCurrentMachine, Func<Action> quitted) : bas… in QuitCommand() argument33 SetCurrentMachine = setCurrentMachine; in QuitCommand()
129 … MachCommand(Monitor monitor, Func<IMachine> getCurrentMachine, Action<IMachine> setCurrentMachine) in MachCommand() argument133 SetCurrentMachine = setCurrentMachine; in MachCommand()