C# Class Dashboard.Dashboard

Inheritance: System.Windows.Forms.Form
Show file Open project: 3di/3di-viewer-rei-libs

Public Methods

Method Description
Dashboard ( string firstName, string lastName, string password ) : System

Provides a full representation of OpenMetaverse.GUI

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method 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 method

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

Dispose() protected method

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