C# 클래스 GoogleVoice.App

상속: System.Windows.Application
파일 보기 프로젝트 열기: koush/GoogleVoice

공개 메소드들

메소드 설명
App ( ) : System

Constructor for the Application object.

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

비공개 메소드들

메소드 설명
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

메소드 상세

App() 공개 메소드

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

Call() 공개 정적인 메소드

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

SyncWithPushSettings() 공개 정적인 메소드

public static SyncWithPushSettings ( ) : void
리턴 void