~MainWindow()
{}
и что произойдет? Я видел, что в консольном случае пишут, что "Объект разрушен", но у меня форма.
Empty finalizers should not be used. When a class contains a finalizer, an entry is created in the Finalize queue. When the finalizer is called, the garbage collector is invoked to process the queue. An empty finalizer just causes a needless loss of performance.