Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'mcs/class/Managed.Windows.Forms/samples/Changelog')
-rw-r--r--mcs/class/Managed.Windows.Forms/samples/Changelog6
1 files changed, 6 insertions, 0 deletions
diff --git a/mcs/class/Managed.Windows.Forms/samples/Changelog b/mcs/class/Managed.Windows.Forms/samples/Changelog
new file mode 100644
index 00000000000..3c69c1b55db
--- /dev/null
+++ b/mcs/class/Managed.Windows.Forms/samples/Changelog
@@ -0,0 +1,6 @@
+2005-10-05 Hisham Mardam Bey <hisham.mardambey@gmail.com>
+
+ * Added mailclient.cs which illustrates boxes, multiline text,
+ scrollbars, labels, single line text and combo boxes.
+ * Added notepad.cs which serves as a visual test and sample for
+ scrollbars, menus, file save dialog, and text area.