C# Class Sanderling.UI.InterfaceToEve

Inheritance: System.Windows.Controls.UserControl
显示文件 Open project: Arcitectus/Sanderling Class Usage Examples

Public Properties

Property Type Description
LicenseDataContext BotEngine.UI.ViewModel.License

Public Methods

Method Description
InterfaceToEve ( ) : BotEngine
Present ( SimpleInterfaceServerDispatcher interfaceServerDispatcher, FromProcessMeasurement measurement ) : void

Method Details

InterfaceToEve() public method

public InterfaceToEve ( ) : BotEngine
return BotEngine

Present() public method

public Present ( SimpleInterfaceServerDispatcher interfaceServerDispatcher, FromProcessMeasurement measurement ) : void
interfaceServerDispatcher SimpleInterfaceServerDispatcher
measurement FromProcessMeasurement
return void

Property Details

LicenseDataContext public_oe property

public BotEngine.UI.ViewModel.License LicenseDataContext
return BotEngine.UI.ViewModel.License