Costruttore DedFormEditEco (DedNetApplication, DedEco, DedNotifyNotifyEvent)
|
Costruttore utilizzato per la modalità: CAMBIO STATO ECO.
Namespace:
DedNet.Forms
Assembly:
DedNet (in DedNet.dll) Versione: 23.3.0.0 (23.3.0.0)
Sintassi public DedFormEditEco(
DedNetApplication app,
DedEco eco,
DedNotifyNotifyEvent notify
)
Public Sub New (
app As DedNetApplication,
eco As DedEco,
notify As DedNotifyNotifyEvent
)
public:
DedFormEditEco(
DedNetApplication^ app,
DedEco^ eco,
DedNotifyNotifyEvent notify
)
new :
app : DedNetApplication *
eco : DedEco *
notify : DedNotifyNotifyEvent -> DedFormEditEco
Parametri
- app
- Tipo: DedNetDedNetApplication
Applicazione DedNet. - eco
- Tipo: DedNet.CoreDedEco
ECO che si vuole editare. - notify
- Tipo: DedNet.CoreDedNotifyNotifyEvent
Indica il tipo di notifica ECO.
Vedi anche