1 write to _nameCreationService
DesignSurfaceExt (1)
DesignSurfaceExt.cs (1)
301_nameCreationService = new NameCreationServiceImp();
1 reference to _nameCreationService
DesignSurfaceExt (1)
DesignSurfaceExt.cs (1)
303ServiceContainer.AddService(typeof(INameCreationService), _nameCreationService);