Adding test action button to edit action form.
Action.DoExecute now protected.
4 using System.Runtime.Serialization;
5 using System.Threading;
10 public abstract class ActionType
13 public string Name { get; protected set; }
15 public string Description { get; protected set; }