https://bugzilla.novell.com/show_bug.cgi?id=633675
https://bugzilla.novell.com/show_bug.cgi?id=633675#c4 Paul Marsh <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |REOPENED InfoProvider|[email protected] | --- Comment #4 from Paul Marsh <[email protected]> 2010-08-27 16:52:30 UTC --- Very simple app... Java; package mDList2; import android.content.Context; import java.lang.Object[]; import java.util.List; ... C#; public class OrderAdapter : ArrayAdapter { private ArrayList<string> items; public OrderAdapter(Context context, int textViewResourceId, ArrayList<string> items) : base(context, textViewResourceId, items) { this.items = items; } } -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
