Example #1
0
 public static RMARegisterInfo LoadRegisterByRegisterSysNo(int sysNo)
 {
     return(RegisterDA.LoadRegisterByRegisterSysNo(sysNo));
 }