Searched refs:MachCommand (Results 1 – 2 of 2) sorted by relevance
18 public class MachCommand : Command class129 …public MachCommand(Monitor monitor, Func<IMachine> getCurrentMachine, Action<IMachine> setCurrentM… in MachCommand() method in Antmicro.Renode.UserInterface.Commands.MachCommand
241 Commands.Add(new MachCommand(this, () => currentMachine, x => currentMachine = x)); in InitCommands()