示例#1
0
 public DropboxLocal(DropboxFile file, string localPath, string data)
     : base(localPath)
 {
     this.file       = file;
     this.remoteData = data;
 }
		public DropboxLocal (DropboxFile file, string localPath, string data)
			: base (localPath)
		{
			this.file = file;
			this.remoteData = data;
		}