1
我想顯示自定義對話框多次使用下面的代碼:未能顯示自定義WPF對話框超過一次
TestWindow newTestWindow = new TestWindow(test);
newTestWindow.Owner = this;
newTestWindow.ShowDialog();
,我去運行上面的代碼時,出現以下異常第2次:
我Specified element is already the logical child of another element. Disconnect it first.
絕對!你是對的,謝謝。我認爲,當GC刪除這些對象時,所有這些對象都會自動斷開連接。 – Vitalij 2011-05-06 07:56:45