Method | Description | |
---|---|---|
LoginForm ( Point xy ) : System |
Constructor
|
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Clean up any resources being used.
|
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, |
Form load event
|
|
ValidPhoneNumberInput ( string str ) : bool |
Checks if phone number input is valid
|
|
cancelButton_Click ( object sender, |
Close button
|
|
loginButton_Click ( object sender, |
Login button
|
protected Dispose ( bool disposing ) : void | ||
disposing | bool | true if managed resources should be disposed; otherwise, false. |
return | void |
public LoginForm ( Point xy ) : System | ||
xy | Point | Form location values as point |
return | System |