public void ShowDiagnostics() { if (ptrForm.IsDisposed) { ptrForm = new frmSampleStatus(); } ptrForm.ownerObj = this; ptrForm.Show(); }