Exemplo n.º 1
0
        public override object Clone()
        {
            SmartScriptList newList = new SmartScriptList(ListView);
            newList.Scripts = new List<DatabaseClass>(Scripts);
            newList.ExcludedProperties = new List<string>(ExcludedProperties);

            return newList;
        }
Exemplo n.º 2
0
        public override object Clone()
        {
            SmartScriptList newList = new SmartScriptList(ListView);

            newList.Scripts            = new List <DatabaseClass>(Scripts);
            newList.ExcludedProperties = new List <string>(ExcludedProperties);

            return(newList);
        }