예제 #1
0
파일: UnitTest1.cs 프로젝트: daixian/dlog
        public void TestPathGet()
        {
            string ad = DLog.GetAppdataDir();
            string md = DLog.GetModuleDir();

            Assert.IsTrue(ad != md);
        }