Esempio n. 1
0
 private uint SendCommand(uint command, int parameter = 0)
 {
     lock (_locker)
     {
         this.EnsureOpenSession();
         return(Edsdk.EdsSendCommand(this.Handle, command, parameter));
     }
 }