This commit is contained in:
parent
1f275edd7a
commit
360d7d6552
@ -793,6 +793,7 @@ namespace Volian.Controls.Library
|
|||||||
if (MyItemInfo.Steps != null)
|
if (MyItemInfo.Steps != null)
|
||||||
{
|
{
|
||||||
ItemInfo ichld = MyItemInfo.Steps[0];
|
ItemInfo ichld = MyItemInfo.Steps[0];
|
||||||
|
btn.Click -= new System.EventHandler(btnInsStep_Click);
|
||||||
btn.Click += new System.EventHandler(btnInsStep_Click);
|
btn.Click += new System.EventHandler(btnInsStep_Click);
|
||||||
btn.Tag = string.Format("{0} {1}", fromtype, ichld.MyContent.Type - 20000);
|
btn.Tag = string.Format("{0} {1}", fromtype, ichld.MyContent.Type - 20000);
|
||||||
return;
|
return;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user