Beispiel #1
0
 public NmdcUserCommandCommand(
     NmdcUserCommandType commandType,
     NmdcUserCommandContextType context,
     string title,
     IEnumerable <string> lines,
     UserCommandsGenerator commandsGenerator)
 {
     CommandType       = commandType;
     Context           = context;
     Title             = title;
     Lines             = lines;
     CommandsGenerator = commandsGenerator;
 }
 public NmdcUserCommandCommand(
     NmdcUserCommandType commandType,
     NmdcUserCommandContextType context,
     string title,
     IEnumerable<string> lines,
     UserCommandsGenerator commandsGenerator)
 {
     CommandType = commandType;
     Context = context;
     Title = title;
     Lines = lines;
     CommandsGenerator = commandsGenerator;
 }