changement de candidat à l'investissement
This commit is contained in:
parent
8114c2409c
commit
be3087fff6
351 changed files with 359 additions and 497 deletions
12
ZicMoove/ZicMoove.Droid/Html.cs
Normal file
12
ZicMoove/ZicMoove.Droid/Html.cs
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
|
||||
|
||||
|
||||
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));
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue