public ProtocolModel(ConnectionManager manager, string humanName) { this.m_Manager = manager; this.m_Classrooms = new ClassroomCollection(this, "Classrooms"); this.m_HumanName = null; }
public ProtocolModel(ConnectionManager manager) : this(manager, null) { }