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
Post a Comment