Esempio n. 1
0
        public void Test1()
        {
            int? int1 = 2;
            int? int2 = 1;

            Assert.IsTrue(int1 > int2);

            Zhishiku zhishiku = new Zhishiku();

            zhishiku.DingjiMulu.ChuangjianMulu("ceshi1", "ceshi_yonghu");
        }
Esempio n. 2
0
 static WebHelper()
 {
     log4net.Config.XmlConfigurator.Configure();
     Logger = log4net.LogManager.GetLogger("yctLogger");
     Zhishiku = new Zhishiku();
 }