C# Class LazerTagHostLibrary.HostGun.HostingStateChangedEventArgs

Inheritance: System.EventArgs
Mostra file Open project: astrospark/LazerTagHost

Public Methods

Method Description
HostingStateChangedEventArgs ( HostingStates previousState, HostingStates state ) : System

Method Details

HostingStateChangedEventArgs() public method

public HostingStateChangedEventArgs ( HostingStates previousState, HostingStates state ) : System
previousState HostingStates
state HostingStates
return System