C# Class GoogleVoice.App

Inheritance: System.Windows.Application
Show file Open project: koush/GoogleVoice

Public Methods

Method Description
App ( ) : System

Constructor for the Application object.

Call ( string name, string number, System.Windows.Navigation.NavigationService nav ) : void
SyncWithPushSettings ( ) : void

Private Methods

Method Description
Application_Activated ( object sender, ActivatedEventArgs e ) : void
Application_Closing ( object sender, ClosingEventArgs e ) : void
Application_Deactivated ( object sender, DeactivatedEventArgs e ) : void
Application_Launching ( object sender, LaunchingEventArgs e ) : void
Application_UnhandledException ( object sender, System.Windows.ApplicationUnhandledExceptionEventArgs e ) : void
Call_Click ( object sender, RoutedEventArgs e ) : void
CompleteInitializePhoneApplication ( object sender, System.Windows.Navigation.NavigationEventArgs e ) : void
CreatingANotificationChannel ( ) : void
DoHandlers ( ) : void
InitializePhoneApplication ( ) : void
RootFrame_NavigationFailed ( object sender, System.Windows.Navigation.NavigationFailedEventArgs e ) : void
SendChannelUri ( ) : void
ShellToastNotificationReceived ( object sender, NotificationEventArgs e ) : void
ToggleRead_Click ( object sender, RoutedEventArgs e ) : void
Trash_Click ( object sender, RoutedEventArgs e ) : void

Method Details

App() public method

Constructor for the Application object.
public App ( ) : System
return System

Call() public static method

public static Call ( string name, string number, System.Windows.Navigation.NavigationService nav ) : void
name string
number string
nav System.Windows.Navigation.NavigationService
return void

SyncWithPushSettings() public static method

public static SyncWithPushSettings ( ) : void
return void