mirror of
https://github.com/Ryujinx/GtkSharp.git
synced 2025-01-23 19:51:08 +00:00
use new simpler overload for .Append in example
svn path=/trunk/gtk-sharp/; revision=17417
This commit is contained in:
parent
350fd53fa7
commit
5a4d16db8b
|
@ -57,7 +57,7 @@ class ComboSample
|
|||
|
||||
for (int i =0; i < 5; i++)
|
||||
{
|
||||
l.Append (Marshal.StringToHGlobalAnsi("String " + i));
|
||||
l.Append ("String " + i);
|
||||
}
|
||||
|
||||
combo = new Combo ();
|
||||
|
@ -365,4 +365,4 @@ class ComboSample
|
|||
</Docs>
|
||||
</Member>
|
||||
</Members>
|
||||
</Type>
|
||||
</Type>
|
||||
|
|
Loading…
Reference in a new issue