Esempio n. 1
0
 public ConfiguratorController(IJSTree jstree, ITagConfigurator tagConfigurator, IJSON json, IFileWork filework)
 {
     this.jstree          = jstree;
     this.tagConfigurator = tagConfigurator;
     this.json            = json;
     this.filework        = filework;
 }
Esempio n. 2
0
        //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;
        }