Searched refs:UsingCommand (Results 1 – 2 of 2) sorted by relevance
16 public class UsingCommand : Command class54 …public UsingCommand(Monitor monitor, Func<List<string>> getUsings) : base(monitor, "using", "expos… in UsingCommand() method in Antmicro.Renode.UserInterface.Commands.UsingCommand
227 Commands.Add(new UsingCommand(this, () => usings)); in InitCommands()