C# Class Radegast.AttachmentDetail

Inheritance: System.Windows.Forms.UserControl
Show file Open project: radegastdev/radegast Class Usage Examples

Private Properties

Property Type Description
AttachmentDetail_Disposed void
AttachmentDetail_Load void
Objects_ObjectProperties void
UpdateControls void
btnSave_Click void
btnTouch_Click void
button1_Click void

Public Methods

Method Description
AttachmentDetail ( Radegast.RadegastInstance instance, Avatar av, Primitive attachment ) : ThreadPoolUtil

Private Methods

Method Description
AttachmentDetail_Disposed ( object sender, EventArgs e ) : void
AttachmentDetail_Load ( object sender, EventArgs e ) : void
Objects_ObjectProperties ( object sender, ObjectPropertiesEventArgs e ) : void
UpdateControls ( ) : void
btnSave_Click ( object sender, EventArgs e ) : void
btnTouch_Click ( object sender, EventArgs e ) : void
button1_Click ( object sender, EventArgs e ) : void

Method Details

AttachmentDetail() public method

public AttachmentDetail ( Radegast.RadegastInstance instance, Avatar av, Primitive attachment ) : ThreadPoolUtil
instance Radegast.RadegastInstance
av OpenMetaverse.Avatar
attachment OpenMetaverse.Primitive
return ThreadPoolUtil