Beispiel #1
0
        public void TestPathGet()
        {
            string ad = DLog.GetAppdataDir();
            string md = DLog.GetModuleDir();

            Assert.IsTrue(ad != md);
        }