Searched refs:changeCurrentMachine (Results 1 – 1 of 1) sorted by relevance
61 changeCurrentMachine(mach); in Execute()65 …public CreatePlatformCommand(Monitor monitor, Action<Machine> changeCurrentMachine) : base(monitor… in CreatePlatformCommand() argument67 this.changeCurrentMachine = changeCurrentMachine; in CreatePlatformCommand()70 private readonly Action<Machine> changeCurrentMachine; field in Antmicro.Renode.UserInterface.Commands.CreatePlatformCommand