C# Class Telegram.UI.Pages.ChatSettings

Inheritance: PhoneApplicationPage
Exibir arquivo Open project: naphaso/kilogram

Public Methods

Method Description
ChatSettings ( ) : System

Protected Methods

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

Private Methods

Method Description
Add_Click ( object sender, EventArgs e ) : void
Edit_Click ( object sender, EventArgs e ) : void
OnUserSelected ( object sender, UserModel usermodel ) : void
UpdateDataContext ( ) : void

Method Details

ChatSettings() public method

public ChatSettings ( ) : System
return System

OnNavigatedTo() protected method

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