Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Extensions/UserInterface/Commands/
DCreatePlatformCommand.cs16 public class CreatePlatformCommand : Command, ISuggestionProvider class
65 …public CreatePlatformCommand(Monitor monitor, Action<Machine> changeCurrentMachine) : base(monitor… in CreatePlatformCommand() method in Antmicro.Renode.UserInterface.Commands.CreatePlatformCommand
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Extensions/UserInterface/
DMonitor.cs226 Commands.Add(new CreatePlatformCommand(this, x => currentMachine = x)); in InitCommands()