C# Class LoreTranslator.MainWindow

MainWindow
Inheritance: System.Windows.Window, System.Windows.Markup.IComponentConnector
Show file Open project: LanceDH/LoreLibrary

Public Methods

Method Description
MainWindow ( ) : System

Private Methods

Method Description
AddTerms ( string input, string pattern, string urlPiece, string prefix ) : string
GetPages ( string source ) : List
GetTitle ( string url ) : string
GetTranslation ( string result ) : string
InitializeComponent ( ) : void
System ( int connectionId, object target ) : void
btn_Generate_Click ( object sender, RoutedEventArgs e ) : void
btn_Terms_Click ( object sender, RoutedEventArgs e ) : void
txt_Source_TextChanged ( object sender, System.Windows.Controls.TextChangedEventArgs e ) : void

Method Details

MainWindow() public method

public MainWindow ( ) : System
return System