public GridPluginEnumerator(GridPluginCollection col, Type pluginType)
		{
			this.pluginType = pluginType;
			this.baseEnum = col.GetEnumerator();
		}
Пример #2
0
 public GridPluginEnumerator(GridPluginCollection col, Type pluginType)
 {
     this.pluginType = pluginType;
     this.baseEnum   = col.GetEnumerator();
 }