Пример #1
0
 /// <summary>
 /// Clicks the "X" button in the Business Process Flow flyout menu for the Stage provided
 /// </summary>
 /// <param name="stageName">Name of the business process flow stage</param>
 public void Close(string stageName)
 {
     _client.BPFClose(stageName);
 }