C# Class SteamDesktopAuth.LoginForm

Inheritance: System.Windows.Forms.Form
Afficher le fichier Open project: Ezzpify/SteamAuthenticator Class Usage Examples

Méthodes publiques

Méthode Description
LoginForm ( Point xy ) : System

Constructor

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode 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 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

LoginForm() public méthode

Constructor
public LoginForm ( Point xy ) : System
xy Point Form location values as point
Résultat System