MainForm..::..NewRecord Method (SupplierType, PurchaseOrderType)

Namespace:  JiwaFinancials.Jiwa.JiwaPurchaseOrdersUI
Assembly:  JiwaPurchaseOrdersUI (in JiwaPurchaseOrdersUI.dll)

Syntax


public void NewRecord(
	PurchaseOrder..::..SupplierType NewPurchaseOrderSupplierType,
	PurchaseOrder..::..PurchaseOrderType NewOrderType
)
Public Sub NewRecord ( _
	NewPurchaseOrderSupplierType As PurchaseOrder..::..SupplierType, _
	NewOrderType As PurchaseOrder..::..PurchaseOrderType _
)
public:
void NewRecord(
	PurchaseOrder..::..SupplierType^ NewPurchaseOrderSupplierType, 
	PurchaseOrder..::..PurchaseOrderType^ NewOrderType
)