C# Class LatestChatty.ViewModels.MessageList

Exibir arquivo Open project: fleabix/LatestChatty-WP7 Class Usage Examples

Public Properties

Property Type Description
_box box

Public Methods

Method Description
GetMessagesCallback ( System.Xml.Linq.XDocument response ) : void
MessageList ( box whichbox ) : System
Refresh ( ) : void

Method Details

GetMessagesCallback() public method

public GetMessagesCallback ( System.Xml.Linq.XDocument response ) : void
response System.Xml.Linq.XDocument
return void

MessageList() public method

public MessageList ( box whichbox ) : System
whichbox box
return System

Refresh() public method

public Refresh ( ) : void
return void

Property Details

_box public_oe property

public box _box
return box