コード例 #1
0
        private void SetImageList()
        {
            Dictionary <string, Image> dic = ResourcesReader.ImageReader(this);

            foreach (var item in dic)
            {
                this._imageList.Images.Add(item.Key, item.Value);
            }
        }