public void ListBox1Test()
        {
            frmPaletteEditor target   = new frmPaletteEditor(); // TODO: Initialize to an appropriate value
            ListBox          expected = null;                   // TODO: Initialize to an appropriate value
            ListBox          actual;

            target.ListBox1 = expected;
            actual          = target.ListBox1;
            Assert.AreEqual(expected, actual);
            Assert.Inconclusive("Verify the correctness of this test method.");
        }
        public void frmPaletteEditorConstructorTest()
        {
            frmPaletteEditor target = new frmPaletteEditor();

            Assert.Inconclusive("TODO: Implement code to verify target");
        }