C# Class Colors.ColorMixer

Show file Open project: Confirmit/Students

Public Methods

Method Description
Add ( Green color, int counter ) : void
Add ( Red color, int counter ) : void
Do ( ) : void

Method Details

Add() public method

public Add ( Green color, int counter ) : void
color Green
counter int
return void

Add() public method

public Add ( Red color, int counter ) : void
color Red
counter int
return void

Do() public method

public Do ( ) : void
return void