Пример #1
0
 public static function getInstance()
 {
     if (self::$Instance === null) {
         self::$Instance = new NetSyncController();
     }
     return self::$Instance;
 }