Exemplo n.º 1
0
 public PointerArrowDescriptor(AnnPointerObject annPointerObject, string category, AnnAutomation automation)
 {
     _annPointerObject = annPointerObject;
     _category         = category;
     _automation       = automation;
 }
Exemplo n.º 2
0
 public PointerArrowProxy(AnnPointerObject pointerObject, AnnAutomation automation)
 {
     _annPointerObjet = pointerObject;
     _automation      = automation;
 }