Example #1
0
 void sc_OnRecvOpen(SimConnect sender, SIMCONNECT_RECV_OPEN data)
 {
     Console.WriteLine("sc_OnRecvOpen");
     data.PrintDump();
 }