static void Main(string[] args) { ImagerFactory If = new GifImgFactory(); Imager im = If.GetImagelist(); im.GetImages(); }