support for StepRTB on property pages

This commit is contained in:
2009-07-24 21:43:53 +00:00
parent 232d0d9b41
commit e35ea8b8c5
7 changed files with 210 additions and 74 deletions

View File

@@ -555,6 +555,13 @@ namespace Volian.Controls.Library
OnNodeOpenProperty(this, new vlnTreePropertyEventArgs(title, sect.SectionConfig));
}
}
private void OpenProperties(StepInfo stpinfo)
{
using (Step stp = stpinfo.Get())
{
}
}
#endregion
#region OpenNode
private void tv_KeyPress(object sender, KeyPressEventArgs e)