Пример #1
0
 public static Server getServer()
 {
     if (obj == null)
         obj = new Server();
     return obj;
 }