namespace Christie_net.datagear.command { public class PeekCommand : TakeCommand{ public PeekCommand(CommandBuilder cb) : base(cb) { } } }