Exemplo n.º 1
0
 public void Init()
 {
     loaderHost          = new MockDesignerLoaderHost();
     nameCreationService = new XmlDesignerLoader.NameCreationService(loaderHost);
 }
Exemplo n.º 2
0
 public RubyNameCreationService(IDesignerHost host)
 {
     this.host           = host;
     nameCreationService = new XmlDesignerLoader.NameCreationService(host);
 }