Ejemplo n.º 1
0
 internal CustomChannelFileSystemAbstraction(StoreLockerTest outerInstance, DefaultFileSystemAbstraction @delegate, StoreChannel channel) : base(@delegate)
 {
     this._outerInstance = outerInstance;
     this.Channel        = channel;
 }
Ejemplo n.º 2
0
 public DelegatingFileSystemAbstractionAnonymousInnerClass5(StoreLockerTest outerInstance, UnknownType get) : base(get)
 {
     this.outerInstance = outerInstance;
 }