Exemple #1
0
        public void TestPentagonDeserealization()
        {
            Pentagon p = Pentagon.Deserialize("serializeTest.xml");

            Assert.IsTrue(p != null);
        }