This is the implementation of the ShareResources. Thread Safety: This class is thread safe because it is immutable and its base class is thread safe.
Inheritance: AbstractAssociatedResources, ShareResources
Ejemplo n.º 1
0
 public virtual void SetUp()
 {
     shareResourcesImpl = new ShareResourcesImpl(new SmartsheetImpl("http://localhost:9090/1.1/", "accessToken", new DefaultHttpClient(), serializer), "sheet");
 }