Exemplo n.º 1
0
 private void btnCreateHideObjectStep_Click(object sender, EventArgs e)
 {
     if (_presentation != null && rline != null)
     {
         _presentation.CreateShowObjectStep(gviPresentationStepContinue.gviPresentationStepContinueWait, 5, "", rline.Guid, false, _presentation.Steps.Count);
     }
 }