Chronos Plugins 5.9.0
This documentation covers the plugin interfaces definitions and an example implementation.
|
Shows how to communicate from an external program with a Plugin in order to trigger actions in Chronos. More...
Public Member Functions | |
MessageTesterForm () | |
Properties | |
IMockPlugin | Service [get] |
Get the service when it is needed for the first time. | |
Private Member Functions | |
void | tbMessage_KeyDown (object sender, KeyEventArgs e) |
When enter is pressed, send our parameter to the plugin provided service and show the result. | |
Private Attributes | |
IMockPlugin | mService |
Shows how to communicate from an external program with a Plugin in order to trigger actions in Chronos.
Definition at line 10 of file RemoteTest.cs.
MockPlugin.RemoteAccessTester.MessageTesterForm.MessageTesterForm | ( | ) |
Definition at line 12 of file RemoteTest.cs.
|
private |
When enter is pressed, send our parameter to the plugin provided service and show the result.
sender | |
e |
Definition at line 40 of file RemoteTest.cs.
References MockPlugin.RemoteAccessTester.IMockPlugin.DoSomething(), and MockPlugin.RemoteAccessTester.MessageTesterForm.Service.
|
private |
Definition at line 17 of file RemoteTest.cs.
|
getprivate |
Get the service when it is needed for the first time.
Definition at line 22 of file RemoteTest.cs.
Referenced by MockPlugin.RemoteAccessTester.MessageTesterForm.tbMessage_KeyDown().