Пример #1
0
 public virtual void SetUp()
 {
     commentAttachmentResource = new CommentAttachmentResources(new SmartsheetImpl("http://localhost:9090/1.1/", "accessToken", new DefaultHttpClient(), serializer));
 }
Пример #2
0
 /// <summary>
 /// Constructor.
 /// </summary>
 /// <param name="smartsheet"> the Smartsheet </param>
 /// <exception cref="InvalidOperationException">if any argument is null</exception>
 public SheetCommentResourcesImpl(SmartsheetImpl smartsheet)
     : base(smartsheet)
 {
     this.attachments = new CommentAttachmentResourcesImpl(smartsheet);
 }