Click or drag to resize

GeneralInfoDelegate Delegate

General Information Message delegate.

Namespace:  GeoEngine.Core.GXNetX.Windows
Assembly:  geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntax
public delegate void GeneralInfoDelegate(
	string A_0,
	string A_1
)

public delegate void GeneralInfoDelegate(
	string A_0,
	string A_1
)

Parameters

A_0
Type: SystemString
A_1
Type: SystemString
See Also