C# Class Dashboard.Dashboard

Inheritance: System.Windows.Forms.Form
Afficher le fichier Open project: 3di/3di-viewer-rei-libs

Méthodes publiques

Méthode Description
Dashboard ( string firstName, string lastName, string password ) : System

Provides a full representation of OpenMetaverse.GUI

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode Description
Dashboard_FormClosing ( object sender, FormClosingEventArgs e ) : void
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

Network_OnLogin ( LoginStatus login, string message ) : void
SetLabelText ( Label label, string text ) : void
avatarList1_OnAvatarDoubleClick ( Avatar avatar ) : void
friendsList1_OnFriendDoubleClick ( FriendInfo friend ) : void
groupList1_OnGroupDoubleClick ( Group group ) : void

Method Details

Dashboard() public méthode

Provides a full representation of OpenMetaverse.GUI
public Dashboard ( string firstName, string lastName, string password ) : System
firstName string
lastName string
password string
Résultat System

Dispose() protected méthode

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
Résultat void