C# Class Colors.MasterColor

Inheritance: IColor
Mostrar archivo Open project: Confirmit/Students

Public Methods

Method Description
DoFirst ( IColor second ) : void
DoSecond ( Green first ) : void
DoSecond ( Red first ) : void
GetGreen ( ) : Green
GetRed ( ) : Red

Method Details

DoFirst() public abstract method

public abstract DoFirst ( IColor second ) : void
second IColor
return void

DoSecond() public method

public DoSecond ( Green first ) : void
first Green
return void

DoSecond() public method

public DoSecond ( Red first ) : void
first Red
return void

GetGreen() public method

public GetGreen ( ) : Green
return Green

GetRed() public method

public GetRed ( ) : Red
return Red