Inheritance: IBLL.IMyBll
示例#1
0
 public override void Start(IBundleContext context)
 {
     IBLL.IMyBll mybll = new BLL.MyBll();
        mybllserver=context.RegisterService<IBLL.IMyBll>(mybll, null);
        mcontext = context;
 }