Exemplo n.º 1
0
 internal DeferredSource(DeferredSourceFactory <T> factory, object instance)
 {
     this.factory  = factory;
     this.instance = instance;
 }