Chimney.Shared.UserControls.IdleListner.IdleListner C# (CSharp) 메소드

IdleListner() 공개 메소드

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

Same methods

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