[Mmclibrary-cvs] mmclibrary/MMCLib2/Core EventHandlerSet.cs,1.4,1.5
Brought to you by:
imjimmurphy,
kachalkov
From: Lesley v. Z. <ex...@us...> - 2005-01-19 22:23:54
|
Update of /cvsroot/mmclibrary/mmclibrary/MMCLib2/Core In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25535 Modified Files: EventHandlerSet.cs Log Message: changed a comment line Index: EventHandlerSet.cs =================================================================== RCS file: /cvsroot/mmclibrary/mmclibrary/MMCLib2/Core/EventHandlerSet.cs,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** EventHandlerSet.cs 22 Jul 2004 14:07:04 -0000 1.4 --- EventHandlerSet.cs 19 Jan 2005 22:23:46 -0000 1.5 *************** *** 24,28 **** #region /// <summary> ! /// get and set events in the set /// </summary> public virtual Delegate this[object eventKey] --- 24,28 ---- #region /// <summary> ! /// get or set events in the set /// </summary> public virtual Delegate this[object eventKey] |