C# Class VSPC.UI.Developer.MainWindow

Interaction logic for MainWindow.xaml
Inheritance: System.Windows.Window, IVSPCMessageHandler
ファイルを表示 Open project: chembergj/VSPC Class Usage Examples

Public Methods

Method Description
DoInUIThread ( System.Action action ) : void
HandleMessage ( Core message, VSPCContext context ) : void
Log ( string level, string message ) : void
MainWindow ( MessageBroker broker ) : System

Private Methods

Method Description
TimerTask ( object StateObj ) : void
buttonPlay_Click ( object sender, RoutedEventArgs e ) : void
buttonRecord_Click ( object sender, RoutedEventArgs e ) : void
buttonSelectFile_Click ( object sender, RoutedEventArgs e ) : void

Method Details

DoInUIThread() public method

public DoInUIThread ( System.Action action ) : void
action System.Action
return void

HandleMessage() public method

public HandleMessage ( Core message, VSPCContext context ) : void
message Core
context VSPC.Core.VSPCContext
return void

Log() public method

public Log ( string level, string message ) : void
level string
message string
return void

MainWindow() public method

public MainWindow ( MessageBroker broker ) : System
broker VSPC.Core.MessageBroker
return System