C# Class Shastra.Hydra.ConversationExampleClient.AppendClientUi

Inheritance: System.Windows.Forms.UserControl
Afficher le fichier Open project: NorthNick/hydra Class Usage Examples

Méthodes publiques

Méthode Description
AppendClientUi ( ) : System
Init ( Conversation conversation, string suffix ) : void

Private Methods

Méthode Description
EndBtn_Click ( object sender, EventArgs e ) : void
OnNext ( ConversationDto message ) : void
RequestBtn_Click ( object sender, EventArgs e ) : void

Method Details

AppendClientUi() public méthode

public AppendClientUi ( ) : System
Résultat System

Init() public méthode

public Init ( Conversation conversation, string suffix ) : void
conversation Conversation
suffix string
Résultat void