コード例 #1
0
ファイル: Battery.cs プロジェクト: benmess/ITPiPadSoln
 public bool BatteryFullyCommitted()
 {
     clsTabletDB.ITPDocumentSection DBQ = new clsTabletDB.ITPDocumentSection();
     return DBQ.ProjectSection10BatteryFullyCommitted(m_sPassedId);
 }