C# Class Telegram.UI.Settings

Inheritance: PhoneApplicationPage
Exibir arquivo Open project: naphaso/kilogram

Public Methods

Method Description
Settings ( ) : System

Protected Methods

Method Description
OnBackKeyPress ( CancelEventArgs e ) : void

Private Methods

Method Description
DoLogout ( ) : System.Threading.Tasks.Task
Edit_Click ( object sender, EventArgs e ) : void
OnChangeAvatar ( object sender, System.Windows.Input.GestureEventArgs e ) : void
OnLogout ( object sender, System.Windows.Input.GestureEventArgs e ) : void
PhotoUploadProgressHandler ( float progress ) : void
SettingsList_OnSelectionChanged ( object sender, System.Windows.Controls.SelectionChangedEventArgs e ) : void
StartUploadPhoto ( string name, Stream stream ) : System.Threading.Tasks.Task
photoChooserTask_Completed ( object sender, PhotoResult e ) : void

Method Details

OnBackKeyPress() protected method

protected OnBackKeyPress ( CancelEventArgs e ) : void
e CancelEventArgs
return void

Settings() public method

public Settings ( ) : System
return System