/// <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(); } }