コード例 #1
0
		public J2SEImage(QRCodeDecoderGUIExample enclosingInstance, System.Drawing.Bitmap image)
		{
			InitBlock(enclosingInstance);
			this.image = image;
		}
コード例 #2
0
 public J2SEImage(QRCodeDecoderGUIExample enclosingInstance, System.Drawing.Bitmap image)
 {
     InitBlock(enclosingInstance);
     this.image = image;
 }
コード例 #3
0
		private void  InitBlock(QRCodeDecoderGUIExample enclosingInstance)
		{
			this.enclosingInstance = enclosingInstance;
		}
コード例 #4
0
 private void  InitBlock(QRCodeDecoderGUIExample enclosingInstance)
 {
     this.enclosingInstance = enclosingInstance;
 }