コード例 #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;
 }