C# Class TRManager.IncidentAddedEventArgs

Arguments for an IncidentAddedEvent.
Inheritance: System.EventArgs
Show file Open project: UristMcMiner/SE-Projekt_RWB.csharp

Public Methods

Method Description
IncidentAddedEventArgs ( Incident incident ) : System

Method Details

IncidentAddedEventArgs() public method

public IncidentAddedEventArgs ( Incident incident ) : System
incident Incident
return System