예제 #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)
 {
 }