public GalleryConsumerConnection(GalleryConsumerService outerInstance) : base(typeof(GalleryConsumerConnection).FullName)
			{
//JAVA TO C# CONVERTER WARNING: The .NET Type.FullName property will not always yield results identical to the Java Class.getName method:
				this.outerInstance = outerInstance;
			}
            public GalleryConsumerConnection(GalleryConsumerService outerInstance) : base(typeof(GalleryConsumerConnection).FullName)
            {
//JAVA TO C# CONVERTER WARNING: The .NET Type.FullName property will not always yield results identical to the Java Class.getName method:
                this.outerInstance = outerInstance;
            }
			public LocalBinder(GalleryConsumerService outerInstance)
			{
				this.outerInstance = outerInstance;
			}
 public LocalBinder(GalleryConsumerService outerInstance)
 {
     this.outerInstance = outerInstance;
 }