C# 클래스 Radegast.AttachmentDetail

상속: System.Windows.Forms.UserControl
파일 보기 프로젝트 열기: radegastdev/radegast 1 사용 예제들

Private Properties

프로퍼티 타입 설명
AttachmentDetail_Disposed void
AttachmentDetail_Load void
Objects_ObjectProperties void
UpdateControls void
btnSave_Click void
btnTouch_Click void
button1_Click void

공개 메소드들

메소드 설명
AttachmentDetail ( Radegast.RadegastInstance instance, Avatar av, Primitive attachment ) : ThreadPoolUtil

비공개 메소드들

메소드 설명
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

메소드 상세

AttachmentDetail() 공개 메소드

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