WPF Application initialization and finalization -


i preparing write wpf client application uses ice (internet communication engine) middleware. ice requires proper initialization , finalization. examples show how accomplish in usual console application - easy because need try-finally block , stuff in it.

what wpf? how can sure code called no-matter-what happens finalize app?

have @ application.exit event

also, see how detect when application terminates?


Comments

Popular posts from this blog

java - SNMP4J General Variable Binding Error -

windows - Python Service Installation - "Could not find PythonClass entry" -

Determine if a XmlNode is empty or null in C#? -