예제 #1
0
        public void Prepare()
        {
            container = new PGIoC();

            RegisterBasic();
            RegisterPropertyInjection();
            RegisterMultiple();
        }
예제 #2
0
        public void PrepareBasic()
        {
            container = new PGIoC();

            RegisterBasic();
        }