Example #1
0
 public override void UnInit()
 {
     synchroValueRspStructure = null;
 }
Example #2
0
 public void SetSynchroValueRspStructure(SynchroValueRspStructure synchroValueRspStructure)
 {
     this.synchroValueRspStructure = synchroValueRspStructure;
 }
Example #3
0
 public override void Init()
 {
     synchroValueRspStructure = new SynchroValueRspStructure();
 }