[Adapdev-commits] Adapdev/src/Adapdev.Windows.Forms SmartTreeView.cs,1.4,1.5
Status: Beta
Brought to you by:
intesar66
From: Sean M. <int...@us...> - 2005-06-22 02:59:28
|
Update of /cvsroot/adapdev/Adapdev/src/Adapdev.Windows.Forms In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20624/src/Adapdev.Windows.Forms Modified Files: SmartTreeView.cs Log Message: Index: SmartTreeView.cs =================================================================== RCS file: /cvsroot/adapdev/Adapdev/src/Adapdev.Windows.Forms/SmartTreeView.cs,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** SmartTreeView.cs 5 Jun 2005 08:50:33 -0000 1.4 --- SmartTreeView.cs 22 Jun 2005 02:58:48 -0000 1.5 *************** *** 222,225 **** --- 222,226 ---- } node.Checked = this.GetState(node); + this.StateLoaded(node); } *************** *** 232,235 **** --- 233,241 ---- } } + + public virtual void StateLoaded(TreeNode node) + { + + } } } |