C# Class DecoratorTest.Scenario2

Inheritance: IEmailInterface
ファイルを表示 Open project: KennyBu/DesignPatternTests

Public Methods

Method Description
Scenario2 ( ISendText textSender )
SendTheMessageYo ( string theMessage ) : void

Method Details

Scenario2() public method

public Scenario2 ( ISendText textSender )
textSender ISendText

SendTheMessageYo() public method

public SendTheMessageYo ( string theMessage ) : void
theMessage string
return void