C# Class entity.Unused.BetaLogin

The beta login.
Inheritance: System.Windows.Forms.Form
Afficher le fichier Open project: troymac1ure/Entity

Méthodes publiques

Méthode Description
BetaLogin ( ) : System

Initializes a new instance of the BetaLogin class.

LoginSite ( string username, string pass ) : StreamReader

The login site.

Private Methods

Méthode Description
FillNetworkAdapters ( ) : string

The fill network adapters.

GetMACAddress ( string Adapter ) : string

The get mac address.

InitializeComponent ( ) : void

The initialize component.

button1_Click_1 ( object sender, EventArgs e ) : void

The button 1_ click_1.

Method Details

BetaLogin() public méthode

Initializes a new instance of the BetaLogin class.
public BetaLogin ( ) : System
Résultat System

LoginSite() public méthode

The login site.
public LoginSite ( string username, string pass ) : StreamReader
username string The username.
pass string The pass.
Résultat System.IO.StreamReader