C# Class Notification_ServerService.MainWindow

Inheritance: System.Windows.Window, System.Windows.Markup.IComponentConnector
ファイルを表示 Open project: nikhildhawan/c2dm

Public Methods

Method Description
MainWindow ( ) : System

Private Methods

Method Description
InitializeComponent ( ) : void
InitializeLocations ( ) : void
InitializeWeather ( ) : void
OnMessageSent ( CallbackArgs response ) : void
RegistrationService_Subscribed ( object sender, RegistrationService e ) : void
System ( int connectionId, object target ) : void
UpdateStatus ( ) : void
_CreateDelegate ( System delegateType, string handler ) : Delegate
btnSend_Click ( object sender, RoutedEventArgs e ) : void
prepareRAWPayload ( string location, string temperature, string weatherType ) : byte[]
sendHttp ( ) : void
sendTile ( ) : void
sendToast ( ) : void

Method Details

MainWindow() public method

public MainWindow ( ) : System
return System