public Synchronizer(FieldDataService owner)
 {
     _owner = owner;
 }
 public Synchronizer(FieldDataService owner, AsyncOperationInstance op)
 {
     _owner = owner;
     _operation = op;
 }
Exemplo n.º 3
0
 public Synchronizer(FieldDataService owner)
 {
     _owner = owner;
 }
Exemplo n.º 4
0
 public Search(FieldDataService owner, AsyncOperationInstance <IList <ISerializableObject> > op)
 {
     _owner     = owner;
     _operation = op;
 }
Exemplo n.º 5
0
 public Synchronizer(FieldDataService owner, AsyncOperationInstance op)
 {
     _owner     = owner;
     _operation = op;
 }