C# Class Radegast.ntfScriptDialog

Inheritance: Radegast.Notification
显示文件 Open project: radegastdev/radegast

Public Methods

Method Description
ntfScriptDialog ( Radegast.RadegastInstance instance, string message, string objectName, UUID imageID, UUID objectID, string firstName, string lastName, int chatChannel, List buttons ) : System

Private Methods

Method Description
b_Click ( object sender, EventArgs e ) : void
ignoreBtn_Click ( object sender, EventArgs e ) : void
sendBtn_Click ( object sender, EventArgs e ) : void

Method Details

ntfScriptDialog() public method

public ntfScriptDialog ( Radegast.RadegastInstance instance, string message, string objectName, UUID imageID, UUID objectID, string firstName, string lastName, int chatChannel, List buttons ) : System
instance Radegast.RadegastInstance
message string
objectName string
imageID UUID
objectID UUID
firstName string
lastName string
chatChannel int
buttons List
return System