C# Class DesignPattern.Mediator.Mediator.SubConcreteMediator

Inheritance: DesignPattern.Mediator.Mediator.ConcreteMediator
Show file Open project: steveleeCN87/GofForCSharp

Public Properties

Property Type Description
label Label

Public Methods

Method Description
ComponenetChanged ( Component c ) : void

Method Details

ComponenetChanged() public method

public ComponenetChanged ( Component c ) : void
c Component
return void

Property Details

label public property

public Label label
return Label