C# Class Telegram.UI.Pages.SendContact

Inheritance: PhoneApplicationPage
Exibir arquivo Open project: naphaso/kilogram

Public Methods

Method Description
SendContact ( ) : System

Protected Methods

Method Description
OnNavigatedTo ( System.Windows.Navigation.NavigationEventArgs e ) : void

Private Methods

Method Description
DoSendContact ( UserModel user ) : System.Threading.Tasks.Task
OnUserSelected ( object sender, UserModel user ) : void

Method Details

OnNavigatedTo() protected method

protected OnNavigatedTo ( System.Windows.Navigation.NavigationEventArgs e ) : void
e System.Windows.Navigation.NavigationEventArgs
return void

SendContact() public method

public SendContact ( ) : System
return System