コード例 #1
0
			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;
			}
コード例 #2
0
            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;
            }
コード例 #3
0
			public LocalBinder(GalleryConsumerService outerInstance)
			{
				this.outerInstance = outerInstance;
			}
コード例 #4
0
 public LocalBinder(GalleryConsumerService outerInstance)
 {
     this.outerInstance = outerInstance;
 }