Beispiel #1
0
 public ExitCommand(ICmdContext context)
 {
     _context = context;
 }
Beispiel #2
0
 public UnKnowCommand(ICmdContext context)
 {
     _context = context;
 }
Beispiel #3
0
 public InfoCommand(ICmdContext context)
 {
     _context = context;
 }
Beispiel #4
0
 public HelpCommand(ICmdContext context)
 {
     _context = context;
 }
Beispiel #5
0
 public InstallCommand(ICmdContext context)
 {
     _context = context;
 }
Beispiel #6
0
 public PackageCommand(ICmdContext context)
 {
     _context = context;
 }