public void ShowAboutTest()
        {
            frmAbout target = new frmAbout(); // TODO: Initialize to an appropriate value
            Form     frm    = null;           // TODO: Initialize to an appropriate value

            target.ShowAbout(frm);
            Assert.Inconclusive("A method that does not return a value cannot be verified.");
        }