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