private void btnFaceControls_Click(object sender, EventArgs e) { if (faceForm == null || faceForm.IsDisposed) { faceForm = new FaceForm(this); } faceForm.Show(); }
private void btnFaceControls_Click(object sender, EventArgs e) { if (faceForm == null || faceForm.IsDisposed) faceForm = new FaceForm(this); faceForm.Show(); }