コード例 #1
0
 //Receives a message from any FARWingAerodynamicModel or FARAeroPartModule that has failed to update the GUI
 void AerodynamicFailureStatus()
 {
     if (_flightStatusGUI != null)
     {
         _flightStatusGUI.AerodynamicFailureStatus();
     }
 }
コード例 #2
0
 // ReSharper disable once UnusedMember.Local
 //Receives a message from any FARWingAerodynamicModel or FARAeroPartModule that has failed to update the GUI
 private void AerodynamicFailureStatus()
 {
     _flightStatusGUI?.AerodynamicFailureStatus();
 }