Exemplo n.º 1
0
 public void FontUserProc(FontUserProcessor fup)
 {
     foreach (IFontUser fu in Records)
     {
         fup(fu); /* Pesky speech impediment. */
     }
 }
Exemplo n.º 2
0
 public void FontUserProc(FontUserProcessor fup)
 {
     fup(this); /* I just wanted to say that I like this line. */
 }