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