Searched refs:helloCommand (Results 1 – 1 of 1) sorted by relevance
21 helloCommand = new HelloCommand(monitor); in SampleCommandPlugin()22 monitor.RegisterCommand(helloCommand); in SampleCommandPlugin()27 monitor.UnregisterCommand(helloCommand); in Dispose()30 private readonly HelloCommand helloCommand; field in Antmicro.Renode.Plugins.SampleCommandPlugin.SampleCommandPlugin