Home
last modified time | relevance | path

Searched refs:changeCurrentMachine (Results 1 – 1 of 1) sorted by relevance

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Extensions/UserInterface/Commands/
DCreatePlatformCommand.cs61 changeCurrentMachine(mach); in Execute()
65 …public CreatePlatformCommand(Monitor monitor, Action<Machine> changeCurrentMachine) : base(monitor… in CreatePlatformCommand() argument
67 this.changeCurrentMachine = changeCurrentMachine; in CreatePlatformCommand()
70 private readonly Action<Machine> changeCurrentMachine; field in Antmicro.Renode.UserInterface.Commands.CreatePlatformCommand