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)); }