public ConfiguratorController(IJSTree jstree, ITagConfigurator tagConfigurator, IJSON json, IFileWork filework) { this.jstree = jstree; this.tagConfigurator = tagConfigurator; this.json = json; this.filework = filework; }
//public static List<ConfiguratorState> configuratorState = new List<ConfiguratorState>(); public ConfiguratorController(IJSTree jstree, ITagConfigurator tagConfigurator, IJSON json) { this.jstree = jstree; this.tagConfigurator = tagConfigurator; this.json = json; }