Пример #1
0
 public SpiderCore(entity host)
 {
     this.Host = host;
 }
Пример #2
0
 public MyRequestHandler(Form1 host, entity app)
 {
     this.App = app;
     this.Host = host;
 }
Пример #3
0
 public JSEntify(entity host)
 {
     this.Host = host;
 }