https://bugzilla.novell.com/show_bug.cgi?id=343966#c1
--- Comment #1 from andrus moor <[EMAIL PROTECTED]> 2007-11-26 03:27:59 MST ---
Code to reproduce:
using System;
using System.Windows.Forms;
public class Test
{
static void Main()
{
Application.Run(new Form1());
}
}
class Form1 : Form
{
public Form1()
{
Controls.Add(new DateTimePicker());
}
}
--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.
_______________________________________________
mono-bugs maillist - [email protected]
http://lists.ximian.com/mailman/listinfo/mono-bugs