C# Class SteamDesktopAuth.LoginForm

Inheritance: System.Windows.Forms.Form
ファイルを表示 Open project: Ezzpify/SteamAuthenticator Class Usage Examples

Public Methods

Method Description
LoginForm ( Point xy ) : System

Constructor

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
FilterPhoneNumber ( string input ) : string

Validates if a provided phone number is in the correct format

InitializeComponent ( ) : void

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

LoginForm_Load ( object sender, EventArgs e ) : void

Form load event

ValidPhoneNumberInput ( string str ) : bool

Checks if phone number input is valid

cancelButton_Click ( object sender, EventArgs e ) : void

Close button

loginButton_Click ( object sender, EventArgs e ) : void

Login button

Method Details

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

LoginForm() public method

Constructor
public LoginForm ( Point xy ) : System
xy Point Form location values as point
return System