C# Class Insero.ComponentCompositionFramework.Sample.Comp1.Component1

Inheritance: Insero.ComponentCompositionFramework.Components.Utilities.ExtendedDisposableBase, IComponent, IConnectableComponent, IComponent1ExposedInterface
Mostra file Open project: FINESCE/ComponentCompositionFramework

Public Methods

Method Description
GetCommunicationInterface ( ) : IComponentCommunication
SayHello ( ) : void
Start ( ) : void

Method Details

GetCommunicationInterface() public method

public GetCommunicationInterface ( ) : IComponentCommunication
return IComponentCommunication

SayHello() public method

public SayHello ( ) : void
return void

Start() public method

public Start ( ) : void
return void