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