I want send some data on server, before window close. I use event closing, but it doesn t wokr. Where is a problem?
private void Window_Closing(object sender
Did you check if there's a problem on _obj.CloseConnection()? Try to debug your code and check if the event handler is called.