void AddCmdExe(bool user) { BotPage botPage = GetBotPage(); ControlCmd cmd = new ControlCmd(botPage.bot, user); if (user) { AddControlPage(botPage, cmd, "cmd.exe"); } else { AddControlPage(botPage, cmd, "cmd.exe user"); } }
public CmdOutputer(ControlCmd control, Socket sc) { this.control = control; this.sc = sc; }
public StarterCmd(ControlCmd control, Server.IdUid bot) { this.control = control; this.bot = bot; }