C# Class ConsoleApplication14.NewPassangerEvent

Inheritance: Event
Show file Open project: itstep2014springEvening/CommonProjects

Public Properties

Property Type Description
where Stop

Public Methods

Method Description
NewPassangerEvent ( uint time, Stop where ) : System
process ( ) : void

Method Details

NewPassangerEvent() public method

public NewPassangerEvent ( uint time, Stop where ) : System
time uint
where Stop
return System

process() public method

public process ( ) : void
return void

Property Details

where public property

public Stop,ConsoleApplication14 where
return Stop