示例#1
0
 public void InitTests()
 {
     o = new ThalesMain();
     o.MajorLogEvent += O_MajorLogEvent;
     o.MinorLogEvent += O_MinorLogEvent;
     o.StartUpWithoutTCP(@"..\..\..\ThalesCore\ThalesParameters.xml");
 }
示例#2
0
 public void EndTests()
 {
     o.ShutDown();
     o = null;
 }
示例#3
0
 private void O_MajorLogEvent(ThalesMain sender, string s)
 {
 }