示例#1
0
 public WordApplicationAdmin(AbstractSceneContext sceneContext, IBundleContext context)
 {
     this.context      = context;
     this.sceneContext = sceneContext;
 }
示例#2
0
 public CustomTaskPanesAdmin(AbstractSceneContext sceneContext, IBundleContext context)
 {
     this._context      = context;
     this._sceneContext = sceneContext;
 }