public J2SEImage(QRCodeDecoderGUIExample enclosingInstance, System.Drawing.Bitmap image)
		{
			InitBlock(enclosingInstance);
			this.image = image;
		}
Example #2
0
 public J2SEImage(QRCodeDecoderGUIExample enclosingInstance, System.Drawing.Bitmap image)
 {
     InitBlock(enclosingInstance);
     this.image = image;
 }
		private void  InitBlock(QRCodeDecoderGUIExample enclosingInstance)
		{
			this.enclosingInstance = enclosingInstance;
		}
Example #4
0
 private void  InitBlock(QRCodeDecoderGUIExample enclosingInstance)
 {
     this.enclosingInstance = enclosingInstance;
 }