C# Class Chimney.Shared.UserControls.IdleListner

Show file Open project: opengd/Chimney

Public Properties

Property Type Description
events List
id int

Public Methods

Method Description
IdleListner ( int id ) : System
IdleListner ( int id, List events ) : System

Method Details

IdleListner() public method

public IdleListner ( int id ) : System
id int
return System

IdleListner() public method

public IdleListner ( int id, List events ) : System
id int
events List
return System

Property Details

events public property

public List events
return List

id public property

public int id
return int