C# Класс SteamDesktopAuth.LoginForm

Наследование: System.Windows.Forms.Form
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
LoginForm ( Point xy ) : System

Constructor

Защищенные методы

Метод Описание
Dispose ( bool disposing ) : void

Clean up any resources being used.

Приватные методы

Метод Описание
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

Описание методов

Dispose() защищенный Метод

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
Результат void

LoginForm() публичный Метод

Constructor
public LoginForm ( Point xy ) : System
xy Point Form location values as point
Результат System