Пример #1
0
 public UsernameCommand(IMAPShell.Shell.IMAPShell shell, string[] args):
     base(shell, "username", args)
 {
     
 }
Пример #2
0
 protected BaseCommand(IMAPShell.Shell.IMAPShell shell, string cmd, string[] args)
 {
     _args = args;
     _shell = shell;
     _command = cmd;
 }
Пример #3
0
 public SaveConfigCommand(IMAPShell.Shell.IMAPShell shell, string[] args)
     : base(shell, "saveconfig", args)
 {
 }
Пример #4
0
 public UsernameCommand(IMAPShell.Shell.IMAPShell shell, string[] args) :
     base(shell, "username", args)
 {
 }
Пример #5
0
 public HelpCommand(IMAPShell.Shell.IMAPShell shell, string[] args)
     : base(shell, "help", args)
 {
 }
Пример #6
0
 public PasswordCommand(IMAPShell.Shell.IMAPShell shell, string[] args)
     : base(shell, "password", args)
 {
 }
Пример #7
0
 public HelpCommand(IMAPShell.Shell.IMAPShell shell, string[] args)
     : base(shell, "help", args)
 {
     
 }
Пример #8
0
 public ServerCommand(IMAPShell.Shell.IMAPShell shell, string[] args):
     base (shell,"server", args)
 {
     
 }
Пример #9
0
 protected BaseCommand(IMAPShell.Shell.IMAPShell shell, string cmd, string[] args)
 {
     _args    = args;
     _shell   = shell;
     _command = cmd;
 }
Пример #10
0
 public PasswordCommand(IMAPShell.Shell.IMAPShell shell, string[] args)
     : base(shell, "password", args)
 {
     
 }
Пример #11
0
 public SaveConfigCommand(IMAPShell.Shell.IMAPShell shell, string[] args)
     : base(shell,"saveconfig", args)
 {
     
 }
Пример #12
0
 public PrintResultCommand(IMAPShell.Shell.IMAPShell shell, string[] args)
     : base(shell, "printresult", args)
 {
     
 }
Пример #13
0
 public ExitCommand(IMAPShell.Shell.IMAPShell shell, string[] args)
     : base(shell, "exit", args)
 {
     
 }
Пример #14
0
 public ExitCommand(IMAPShell.Shell.IMAPShell shell, string[] args)
     : base(shell, "exit", args)
 {
 }
Пример #15
0
 public PrintResultCommand(IMAPShell.Shell.IMAPShell shell, string[] args)
     : base(shell, "printresult", args)
 {
 }
Пример #16
0
 public ServerCommand(IMAPShell.Shell.IMAPShell shell, string[] args) :
     base(shell, "server", args)
 {
 }
Пример #17
0
 public ConnectCommand(IMAPShell.Shell.IMAPShell shell, string[] args) :
     base(shell, "connect", args)
 {
 }