{ // thie is the PC@! static void Main(string[] args) { USBAdapter usb = new USBAdapter(); usb.ConnectA(); Console.WriteLine("got the signal!"); Console.ReadKey(); }
// thie is the PC@! static void Main(string[] args) { USBAdapter usb = new USBAdapter(); usb.ConnectA(); Console.WriteLine("got the signal!"); Console.ReadKey(); }