[Mmclibrary-cvs] mmclibrary/MMCTest2 MyPropertyPage.cs,1.4,1.5
Brought to you by:
imjimmurphy,
kachalkov
From: Lesley v. Z. <ex...@us...> - 2004-11-15 20:14:48
|
Update of /cvsroot/mmclibrary/mmclibrary/MMCTest2 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16535 Modified Files: MyPropertyPage.cs Log Message: no message Index: MyPropertyPage.cs =================================================================== RCS file: /cvsroot/mmclibrary/mmclibrary/MMCTest2/MyPropertyPage.cs,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** MyPropertyPage.cs 15 Nov 2004 19:47:24 -0000 1.4 --- MyPropertyPage.cs 15 Nov 2004 20:14:38 -0000 1.5 *************** *** 44,48 **** } ! protected override void fancyName() { m_node.AddChild(new BaseNode(m_snapin, "tryout", "", "")); --- 44,48 ---- } ! protected override void InvokeMmcAfterClose() { m_node.AddChild(new BaseNode(m_snapin, "tryout", "", "")); |