Пример #1
0
 public ExtensionPoint(string name, IExtensionHost host, int priorityLevels)
 {
     this.name  = name;
     this.host  = host;
     extensions = new ExtensionsCollection(priorityLevels);
 }
Пример #2
0
	    public ExtensionPoint(string name, IExtensionHost host, int priorityLevels)
		{
			this.name = name;
			this.host = host;
            extensions = new ExtensionsCollection(priorityLevels);
		}