changement de candidat à l'investissement

This commit is contained in:
Paul Schneider 2017-01-26 11:04:03 +01:00
commit be3087fff6
351 changed files with 359 additions and 497 deletions

View file

@ -1,12 +0,0 @@

using System;
public static class Html
{
public static Action<System.IO.TextWriter> Write(object o)
{
return new Action<System.IO.TextWriter>(w => w.Write(o));
}
}