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

            _iTicker.Regist(c);
            return(c);
        }