Example #1
0
 public void PlugCable(USBTypeCCable cable)
 {
     _input.PlugCable(cable);
 }
Example #2
0
 public void PlugCable(USBTypeCCable cable)
 {
     _cable = cable;
     Console.WriteLine("Connecting USBCABLE into USBTypeCPort");
 }