C# Class JabbrMobile.Common.Messages.JabbrPrivateMessageMessage

Inheritance: JabbrMessage
Mostra file Open project: Redth/JabbRIsMobile

Public Methods

Method Description
JabbrPrivateMessageMessage ( object sender, JabbrConnection jabbr, string fromUser, string toUser, string message ) : System.Collections.Generic

Method Details

JabbrPrivateMessageMessage() public method

public JabbrPrivateMessageMessage ( object sender, JabbrConnection jabbr, string fromUser, string toUser, string message ) : System.Collections.Generic
sender object
jabbr JabbrMobile.Common.Services.JabbrConnection
fromUser string
toUser string
message string
return System.Collections.Generic