Ejemplo n.º 1
0
 public void Init()
 {
     loaderHost          = new MockDesignerLoaderHost();
     nameCreationService = new XmlDesignerNameCreationService(loaderHost);
 }
 public ScriptingNameCreationService(IDesignerHost host)
 {
     this.host           = host;
     nameCreationService = new XmlDesignerNameCreationService(host);
 }