Esempio n. 1
0
 public bool BatteryFullyComplete()
 {
     clsTabletDB.ITPDocumentSection DBQ = new clsTabletDB.ITPDocumentSection();
     return DBQ.ProjectSection10BatteryComplete(m_sPassedId);
 }