C# Class ReactiveExtensionsDemo.MainPage

Inheritance: System.Windows.Controls.UserControl
Mostra file Open project: joeldart/RX-Example

Public Methods

Method Description
MainPage ( ) : System

Private Methods

Method Description
GetDetectUri ( string text ) : string
GetTranslateUri ( string text, string from, string to ) : string
InitializeComponent ( ) : void
SubscribeToDrag ( ) : void
SubscribeToKonami ( ) : void
SubscribeToTranslation ( ) : void
Translate ( string text, string from, string to ) : IObservable
detect ( string text ) : IObservable

Method Details

MainPage() public method

public MainPage ( ) : System
return System