Searched refs:CreatePlatformCommand (Results 1 – 2 of 2) sorted by relevance
16 public class CreatePlatformCommand : Command, ISuggestionProvider class65 …public CreatePlatformCommand(Monitor monitor, Action<Machine> changeCurrentMachine) : base(monitor… in CreatePlatformCommand() method in Antmicro.Renode.UserInterface.Commands.CreatePlatformCommand
226 Commands.Add(new CreatePlatformCommand(this, x => currentMachine = x)); in InitCommands()