Пример #1
0
        public static IDL GetDL(string type)
        {
            switch (type)
            {
            case "lists":
                return(DLObject.getInstance());

            default:
                throw new Exception("No such type of DL object implementation exists (factory exception...)");
            }
        }