C# Class Radegast.ntfInventoryOffer

Show file Open project: radegastdev/radegast Class Usage Examples

Private Properties

Property Type Description
Avatars_UUIDNameReply void
SendReply void
btnAccept_Click void
btnDiscard_Click void
btnIgnore_Click void
ntfInventoryOffer_Disposed void
objectOfferText string
txtInfo_LinkClicked void

Public Methods

Method Description
ntfInventoryOffer ( Radegast.RadegastInstance instance, InstantMessage msg ) : System

Private Methods

Method Description
Avatars_UUIDNameReply ( object sender, UUIDNameReplyEventArgs e ) : void
SendReply ( InstantMessageDialog dialog, byte bucket ) : void
btnAccept_Click ( object sender, EventArgs e ) : void
btnDiscard_Click ( object sender, EventArgs e ) : void
btnIgnore_Click ( object sender, EventArgs e ) : void
ntfInventoryOffer_Disposed ( object sender, EventArgs e ) : void
objectOfferText ( ) : string
txtInfo_LinkClicked ( object sender, LinkClickedEventArgs e ) : void

Method Details

ntfInventoryOffer() public method

public ntfInventoryOffer ( Radegast.RadegastInstance instance, InstantMessage msg ) : System
instance Radegast.RadegastInstance
msg InstantMessage
return System