protected void Init(string basedir, IEnumerable <T> keys) { icons = keys.ToDictionary(e => e, e => IconSet.GetIcon(basedir + "." + e.ToString())); }
public static void CreateSingleton() { instance = new IconSet(); }