C# Class entity.Unused.BetaLogin

The beta login.
Inheritance: System.Windows.Forms.Form
Mostrar archivo Open project: troymac1ure/Entity

Public Methods

Method Description
BetaLogin ( ) : System

Initializes a new instance of the BetaLogin class.

LoginSite ( string username, string pass ) : StreamReader

The login site.

Private Methods

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

Initializes a new instance of the BetaLogin class.
public BetaLogin ( ) : System
return System

LoginSite() public method

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