зеркало из https://github.com/mono/xsp.git
removed Console
svn path=/trunk/xsp/; revision=29399
This commit is contained in:
Родитель
b9d2724734
Коммит
b60d7ef97b
|
@ -28,7 +28,6 @@
|
|||
// InitList is only called once per session when a GET is received for the page.
|
||||
void InitList ()
|
||||
{
|
||||
Console.WriteLine ("initlist");
|
||||
list = new ArrayList ();
|
||||
list.Add (new Datum ("Spain", "es", "Europe"));
|
||||
list.Add (new Datum ("Japan", "jp", "Asia"));
|
||||
|
|
Загрузка…
Ссылка в новой задаче