public GalleryProviderConnection(GalleryProviderService outerInstance) : base(typeof(GalleryProviderConnection).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 GalleryProviderConnection(GalleryProviderService outerInstance) : base(typeof(GalleryProviderConnection).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(GalleryProviderService outerInstance)
 {
     this.outerInstance = outerInstance;
 }
			public LocalBinder(GalleryProviderService outerInstance)
			{
				this.outerInstance = outerInstance;
			}