From: <nic...@us...> - 2014-03-03 17:24:59
|
Revision: 4771 http://sourceforge.net/p/mp-plugins/code/4771 Author: nicsergio Date: 2014-03-03 17:24:56 +0000 (Mon, 03 Mar 2014) Log Message: ----------- Modified Paths: -------------- trunk/plugins/ShortCuter&SkinEditor/Source/Common/SkinItems.cs Modified: trunk/plugins/ShortCuter&SkinEditor/Source/Common/SkinItems.cs =================================================================== --- trunk/plugins/ShortCuter&SkinEditor/Source/Common/SkinItems.cs 2014-03-03 17:19:13 UTC (rev 4770) +++ trunk/plugins/ShortCuter&SkinEditor/Source/Common/SkinItems.cs 2014-03-03 17:24:56 UTC (rev 4771) @@ -2,8 +2,8 @@ using System.Collections.Generic; using System.Drawing; using System.Linq; +using System.Reflection; using System.Windows.Forms; -using System.Reflection; namespace My.Common { @@ -38,7 +38,7 @@ public delegate void ItemChanged(SkinItemsType itemType, int selectedIndex); public new event EventHandler Enter; public new event EventHandler DoubleClick; - public event EventHandler SelectedIndexChanged; + public event EventHandler SelectedIndexChanged; protected ImageList skinLinksImgs = new ImageList(); //Lista immagini per i link della skin (visualizzazione a treeview) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |