示例#1
0
 private void btnCreateFollowDynamicObjectStep_Click(object sender, EventArgs e)
 {
     if (_presentation != null && dynamicObject != null)
     {
         _presentation.CreateFollowDynamicObjectStep(gviPresentationStepContinue.gviPresentationStepContinueWait, 0, "", dynamicObject.Guid, _presentation.Steps.Count);
     }
 }