ArtemisComm.ConnectionEventArgs.ConnectionEventArgs C# (CSharp) Method

ConnectionEventArgs() public method

public ConnectionEventArgs ( System.Guid id ) : System
id System.Guid
return System
        public ConnectionEventArgs(Guid id)
        {
            ID = id;
        }
        public Guid ID { get; private set; }
ConnectionEventArgs