示例#1
0
 public void MyTestInitialize()
 {
     this.target = new LeftToRightSyncMode();
 }
示例#2
0
 public void MyTestInitialize()
 {
     this.target = new LeftToRightWithoutDeletionSyncMode();
 }
 public void MyTestInitialize()
 {
     this.target = new BothWaysSyncMode();
 }