示例#1
0
 public void cancelPassState()
 {
     if (iDevice < 0)
     {
         return;
     }
     E7Lib.fw_PassCancel(iDevice);
 }