Exemple #1
0
        public void SetStringify(int i, string format)
        {
            FormatClosure fc = new FormatClosure(format);

            SetStringify(i, new Stringify(fc.Stringify));
        }
Exemple #2
0
 public void SetStringify(int i, string format)
 {
     FormatClosure fc = new FormatClosure (format);
     SetStringify (i, new Stringify (fc.Stringify));
 }