Exemplo n.º 1
0
        protected override void SaveAs(Stream stream, String extension)
        {
            if (!IsExtension(extension, "CUR"))
            {
                throw new ArgumentException("cur is the only supported extension");
            }

            IconGroup.Save(stream);
        }
Exemplo n.º 2
0
 private void IconSave()
 {
     _icon.Save(_file.FullName);
 }