Exemple #1
0
 public ProTextPlug(PubComb p)
 {
     plugin     = p;
     this.frame = p.frame;
     this.proxy = frame.proxy;
     form       = new ProTextionForm1(this);
     this.proxy.AddDelegate(PacketType.ImageData, Direction.Incoming, new PacketDelegate(ImageDataHandler));
 }
Exemple #2
0
 public ProTextPlug(PubComb p)
 {
     plugin = p;
     this.frame = p.frame;
     this.proxy = frame.proxy;
     form = new ProTextionForm1(this);
     this.proxy.AddDelegate(PacketType.ImageData, Direction.Incoming, new PacketDelegate(ImageDataHandler));
 }