Ejemplo n.º 1
0
        public static ComponentManager init()
        {
            Debug.Assert(instance_ == null);

            instance_ = new ComponentManager();
            return instance_;
        }
Ejemplo n.º 2
0
 public static void provide(ComponentManager component)
 {
     component_ = component;
 }