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