Ejemplo n.º 1
0
        public static HomeTheaterPro GetInstance()
        {
            if (instance == null)
            {
                instance = new HomeTheaterPro();
            }

            return instance;
        }
Ejemplo n.º 2
0
        public static HomeTheaterPro GetInstance()
        {
            if (instance == null)
            {
                instance = new HomeTheaterPro();
            }

            return(instance);
        }
Ejemplo n.º 3
0
 public static HomeTheaterPro GetInstance()
 {
     return instance ?? (instance = new HomeTheaterPro());
 }