C# Class Telegram.UI.SignupPhone

Inheritance: PhoneApplicationPage
Exibir arquivo Open project: vapps/kilogram

Public Methods

Method Description
SignupPhone ( ) : System
phoneControl_OnChanged ( object sender, EventArgs e ) : void

Private Methods

Method Description
HaltTimer ( ) : void
HideProgress ( ) : void
Login ( ) : Task
RestartTimer ( ) : void
ShowCodeScene ( ) : void
ShowNameScene ( ) : void
ShowPhoneScene ( ) : void
ShowProgress ( string text ) : void
StartTimer ( ) : void
nextButton_Click ( object sender, RoutedEventArgs e ) : void

Method Details

SignupPhone() public method

public SignupPhone ( ) : System
return System

phoneControl_OnChanged() public method

public phoneControl_OnChanged ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void