Exemplo n.º 1
0
 public ServerGestTopics(IPAddress ip)
     : base(ip)
 {
     concretGT = new TCPGestTopics(ip); // pattern singleton à faire??
     concretAM = new Authentification(); // idem?
     load("./../../../Users.bin");
 }
Exemplo n.º 2
0
 public ServerGestTopics(IPAddress ip) : base(ip)
 {
     concretGT = new TCPGestTopics(ip);
 }
Exemplo n.º 3
0
 public ServerGestTopics(IPAddress ip) : base(ip)
 {
     concretGT = new TCPGestTopics(ip);  // pattern singleton à faire??
     concretAM = new Authentification(); // idem?
     load("./../../../Users.bin");
 }