Example #1
0
 public GuangDaAPIService()
 {
     guangDaExec = new GuangDaExec(userid, AppDomain.CurrentDomain.BaseDirectory + userid + ".pfx", pwd, GlobalConfig.WebConfig.IsDebug);
 }
Example #2
0
 public GuangDaTestController()
 {
     guangDaExec = new GuangDaExec(userid, AppDomain.CurrentDomain.BaseDirectory + @"\bin\" + userid + ".pfx", pwd, true);
 }