Inheritance: MediaAttachment
Ejemplo n.º 1
0
        internal static PhotosList FromJson(VkResponse response)
        {
            var list = new PhotosList();

            return list;
        }
Ejemplo n.º 2
0
        public static PhotosList FromJson(VkResponse response)
        {
            var list = new PhotosList();

            return(list);
        }