using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using System.Windows.Forms; namespace Remontor.Picter { internal class SPicManager { Dictionary PicList = new Dictionary(); public void PictureSet(PictureBox image, IComp comp) { } } }