コード例 #1
0
 protected bool GetModule()
 {
     if (TCA == null && !GetTCA())
     {
         return(false);
     }
     ORB = TCA.GetModule <ToOrbitAutopilot>();
     return(ORB != null);
 }