Exemplo n.º 1
0
 /// <summary>
 /// A call that does nothing but references SimConnect, which in turn will cause the .NET framework to try to load it.
 /// </summary>
 private void NullCall()
 {
     if (_SimConnect != null)
     {
         _SimConnect.GetType();
     }
 }