C# Class LatestChatty.Controls.LoginControl

Inheritance: System.Windows.Controls.UserControl
Datei anzeigen Open project: fleabix/LatestChatty-WP7 Class Usage Examples

Public Methods

Method Description
LoginControl ( ) : System
LoginControl ( CoreServices callback ) : System
LoginVerification ( bool verified ) : void

Private Methods

Method Description
Button_Click ( object sender, RoutedEventArgs e ) : void
Register_Click ( object sender, RoutedEventArgs e ) : void

Method Details

LoginControl() public method

public LoginControl ( ) : System
return System

LoginControl() public method

public LoginControl ( CoreServices callback ) : System
callback CoreServices
return System

LoginVerification() public method

public LoginVerification ( bool verified ) : void
verified bool
return void