2004-11-29 Marek Safar <marek.safar@seznam.cz>
authorMarek Safar <marek.safar@gmail.com>
Mon, 29 Nov 2004 17:16:26 +0000 (17:16 -0000)
committerMarek Safar <marek.safar@gmail.com>
Mon, 29 Nov 2004 17:16:26 +0000 (17:16 -0000)
commitaa000d60d4338107b294b1c60f60da3aaaa1141e
tree5b373330b9eb58e171aa7a5a70edbb4b04d9c48e
parent545ad4f34f90432f90cc30c10823fa8279bf704e
2004-11-29  Marek Safar  <marek.safar@seznam.cz>

* System.Windows.Forms.dll.sources: Added
TreeNode.cs, TreeNodeCollection.cs, TreeView.cs,
TreeViewAction.cs, TreeViewEventArgs.cs

* System.Windows.Forms_test.dll.sources: Added
TreeNodeTest.cs

svn path=/trunk/mcs/; revision=36785
14 files changed:
mcs/class/Managed.Windows.Forms/ChangeLog
mcs/class/Managed.Windows.Forms/SWF.csproj
mcs/class/Managed.Windows.Forms/System.Windows.Forms.dll.sources
mcs/class/Managed.Windows.Forms/System.Windows.Forms/Application.cs
mcs/class/Managed.Windows.Forms/System.Windows.Forms/ChangeLog
mcs/class/Managed.Windows.Forms/System.Windows.Forms/Theme.cs
mcs/class/Managed.Windows.Forms/System.Windows.Forms/ThemeWin32Classic.cs
mcs/class/Managed.Windows.Forms/System.Windows.Forms/TreeNode.cs [new file with mode: 0644]
mcs/class/Managed.Windows.Forms/System.Windows.Forms/TreeNodeCollection.cs [new file with mode: 0644]
mcs/class/Managed.Windows.Forms/System.Windows.Forms/TreeView.cs [new file with mode: 0644]
mcs/class/Managed.Windows.Forms/System.Windows.Forms/TreeViewAction.cs [new file with mode: 0644]
mcs/class/Managed.Windows.Forms/System.Windows.Forms/TreeViewEventArgs.cs [new file with mode: 0644]
mcs/class/Managed.Windows.Forms/System.Windows.Forms_test.dll.sources
mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/TreeNodeTest.cs [new file with mode: 0644]