예제 #1
0
        public static void Remove <T>() where T : class, IComponent
        {
            var c = _iContainer.Get <T>();

            _iTicker.Unregist(c);
            _iContainer.Unregist(c);
        }