Microsoft.Zing.Process.UndoResetLastFunctionCompleted.UndoResetLastFunctionCompleted C# (CSharp) Méthode

UndoResetLastFunctionCompleted() public méthode

public UndoResetLastFunctionCompleted ( Process p, ZingMethod l ) : System
p Process
l ZingMethod
Résultat System
            public UndoResetLastFunctionCompleted(Process p, ZingMethod l)
                : base(p)
            {
                savedLastFunctionCompleted = l;
            }
Process.UndoResetLastFunctionCompleted