C# Class CounterWrapper, ave-2015-16-sem1-i41n

Exibir arquivo Open project: isel-leic-ave/ave-2015-16-sem1-i41n Class Usage Examples

Public Methods

Method Description
CallCountEvent ( int n ) : void
CounterWrapper ( Counter, c ) : System
DoIt ( int start, int end ) : void

Method Details

CallCountEvent() public method

public CallCountEvent ( int n ) : void
n int
return void

CounterWrapper() public method

public CounterWrapper ( Counter, c ) : System
c Counter,
return System

DoIt() public method

public DoIt ( int start, int end ) : void
start int
end int
return void