Exemplo n.º 1
0
 public Decrypter10(MyPEImage peImage, byte[] key)
 {
     this.peImage  = peImage;
     this.blowfish = new CsBlowfish(key);
 }
Exemplo n.º 2
0
			public Decrypter10(MyPEImage peImage, byte[] key) {
				this.peImage = peImage;
				this.blowfish = new CsBlowfish(key);
			}