Beispiel #1
0
    {   // thie is the PC@!
        static void Main(string[] args)
        {
            USBAdapter usb = new USBAdapter();

            usb.ConnectA();

            Console.WriteLine("got the signal!");

            Console.ReadKey();
        }
Beispiel #2
0
        // thie is the PC@!
        static void Main(string[] args)
        {
            USBAdapter usb = new USBAdapter();

            usb.ConnectA();

            Console.WriteLine("got the signal!");

            Console.ReadKey();
        }