C# Class MonocleGiraffe.LibraryImpl.SharingHelper

Inheritance: ISharingHelper
Mostrar archivo Open project: akshay2000/MonocleGiraffe

Public Methods

Method Description
ShareComment ( CommentViewModel comment ) : void
ShareItem ( IGalleryItem item ) : void
SharingHelper ( ) : MonocleGiraffe.Portable.Interfaces

Private Methods

Method Description
DTManager_DataRequested ( DataTransferManager sender, DataRequestedEventArgs args ) : 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

SharingHelper() public method

public SharingHelper ( ) : MonocleGiraffe.Portable.Interfaces
return MonocleGiraffe.Portable.Interfaces