Exemplo n.º 1
0
 public void EndOperation(int hResult, IBindCtx pbcReserved, uint dwEffects)
 {
     inOperation = false;
     if (!completeSent)
     {
         completeSent = true;
         DropComplete?.Invoke(this, operationFiles[0].FileOperationId);
     }
 }
Exemplo n.º 2
0
 void Start()
 {
     dropWaypoints  = new List <Waypoint>();
     OnDropComplete = (() => { });
 }