I\'ve connected to OBDKey and obtained data. I want immediately close my program when the vehicle is powered down(ignition turned off) How can I check开发者_StackOverflow that ignition is turned off?W
I understand how to use Events according to Net Framework guidelines, but what are the benefits of using this pattern?