use new simpler overload for .Append in example

svn path=/trunk/gtk-sharp/; revision=17417
This commit is contained in:
John Luke 2003-08-19 21:09:59 +00:00
parent 350fd53fa7
commit 5a4d16db8b

View file

@ -57,7 +57,7 @@ class ComboSample
for (int i =0; i < 5; i++) for (int i =0; i < 5; i++)
{ {
l.Append (Marshal.StringToHGlobalAnsi("String " + i)); l.Append ("String " + i);
} }
combo = new Combo (); combo = new Combo ();
@ -365,4 +365,4 @@ class ComboSample
</Docs> </Docs>
</Member> </Member>
</Members> </Members>
</Type> </Type>