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