예제 #1
0
		public MongoShellPlugin(MongoExplorerSession explorer): base(explorer) {
			this.explorer = explorer;
			SetIdentity();
		}
		public MongoUniversityPlugin(MongoExplorerSession explorer): base(explorer) {
			this.explorer = explorer;
			SetIdentity();
		}
예제 #3
0
		public MongoImagingPlugin(MongoExplorerSession explorer)
			: base(explorer) {
			this.explorer = explorer;
			repository.Session = explorer;
			SetIdentity();
		}
예제 #4
0
 public MongoPluginBase(MongoExplorerSession explorer)
 {
     this.explorer = explorer;
     SetPluginControl();
 }