コード例 #1
0
//        void Inject(StethoWrapper stethoDelegator);
//
        public ActivityComponent Plus(ActivityModule module)
        {
            return(new ActivityComponent(appModule, module));
        }
コード例 #2
0
 //        void Inject(StethoWrapper stethoDelegator);
 //
 public ActivityComponent Plus(ActivityModule module)
 {
     return new ActivityComponent(appModule, module);
 }