Private Sub btnExit_Click(sender As Object, e As EventArgs) Handles btnExit.Click
If txtQuestion.Text = "" Or txtAnswer.Text = "" Then End
If txtQuestion.Text <> "" And txtAnswer.Text <> "" Then SaveQA()
End
End Sub