Ejemplo n.º 1
0
 public Main(string host, int port)
 {
     InitializeComponent();
     baseHost = host;
     basePort = port;
     this.bot = new Watcher(host, port, this);
 }
Ejemplo n.º 2
0
 public Main(string host, int port)
 {
     InitializeComponent();
     this.bot = new ConsBot(host, port, this);
 }