BACnet.Explorer.Core.Models.Session.Session C# (CSharp) Method

Session() public method

public Session ( ) : System
return System
        public Session()
        {
            this.Name = Constants.SessionDefaultName;
            this.Processes = new ObservableCollection<Process>();
        }
Session