Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.

Changed by [EMAIL PROTECTED]

http://bugzilla.ximian.com/show_bug.cgi?id=80223

--- shadow/80223        2007-01-29 04:32:15.000000000 -0500
+++ shadow/80223.tmp.2085       2007-01-29 07:49:33.000000000 -0500
@@ -149,6 +149,23 @@
 DataGrid loads (still can't understand why in some cases it crashes
 just after opening). But if you click on first row, than application
 crashes.
 
 ------- Additional Comments From [EMAIL PROTECTED]  2007-01-29 04:32 -------
 Sasha, can you also attach the source code of that repro? Thx!
+
+------- Additional Comments From [EMAIL PROTECTED]  2007-01-29 07:49 -------
+Hi! 
+I didn't attached sources because i've built this application using
+Borland Turbo C# (it's free fo use) and i thought that nobody of mono
+team do not use this IDE :-)
+
+So i'll attach sources over ~8 hours when come home.
+
+Generally there are nothing interesting. I've only put components on
+forms in forms designer and made 3 menu event handlers like this:
+
+ChildForm child = new ChildForm();
+child.MDIParent = this;
+child.Show();
+
+And that's all...
_______________________________________________
mono-bugs maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-bugs

Reply via email to