Пример #1
0
 /// <summary>
 /// Pins the Business Process Flow Stage to the right side of the window
 /// </summary>
 /// <param name="stageName">The name of the Business Process Flow Stage</param>
 public void Pin(string stageName)
 {
     _client.BPFPin(stageName);
 }