frmEditOperationEditOperation Method

Edit the provided operation.

Definition

Namespace: ShopTools
Assembly: ShopTools (in ShopTools.exe) Version: 25.2429.4649
C#
public void EditOperation(
	PatternOperationItem operation
)

Parameters

operation  PatternOperationItem
Reference to the operation to be edited.

Remarks

A clone of the provided operation is created for the editing session.

See Also