C# Class Voice.MainWindow

Interaction logic for MainWindow.xaml
Inheritance: System.Windows.Window
Mostra file Open project: opensourceautomation/Open-Source-Automation

Public Methods

Method Description
MainWindow ( ) : System

Private Methods

Method Description
AddToLog ( string message ) : void
Load_App_Name ( ) : void
Load_Settings ( ) : void
MyNotifyIcon_MouseDoubleClick ( object sender, System e ) : void
ProcessInput ( string sRaw, string sInput, string scriptParamaters ) : void
SaveGrammars ( ) : void
Window_Closing ( object sender, CancelEventArgs e ) : void
Window_Loaded ( object sender, RoutedEventArgs e ) : void
oRecognizer_SpeechRecognized ( object sender, System e ) : void
oRecognizer_StateChanged ( object sender, System e ) : void

Method Details

MainWindow() public method

public MainWindow ( ) : System
return System