Esempio n. 1
0
        public bool UpdateFile(File file)
        {
            if (_sticker == null)
            {
                return(false);
            }

            return(_sticker.UpdateFile(file));
        }