Chimney.Shared.UserControls.IdleListner.IdleListner C# (CSharp) Méthode

IdleListner() public méthode

public IdleListner ( int id ) : System
id int
Résultat System
        public IdleListner(int id)
        {
            this.id = id;
            this.events = new List<string>();
        }

Same methods

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