C# Class MonocleGiraffe.Android.LibraryImpl.SharingHelper

Inheritance: ISharingHelper
显示文件 Open project: akshay2000/MonocleGiraffe

Public Methods

Method Description
ShareComment ( CommentViewModel comment ) : void
ShareItem ( IGalleryItem item ) : void

Method Details

ShareComment() public method

public ShareComment ( CommentViewModel comment ) : void
comment MonocleGiraffe.Portable.Models.CommentViewModel
return void

ShareItem() public method

public ShareItem ( IGalleryItem item ) : void
item IGalleryItem
return void