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