Esempio n. 1
0
        public static Config Clone(ConfigShortHistory parent, IConfig from, bool isDeep = true, bool isNewGuid = false) // Clone.tt Line: 27
        {
            var vm = Config.Clone((ITreeConfigNode)null, from, isDeep, isNewGuid);

            return(vm);
        }
Esempio n. 2
0
 public Config(ConfigShortHistory history)
     : this((ITreeConfigNode)null)
 {
     this.OnInitBegin();
 }