示例#1
0
 public bool Register(IDS21 ds21)
 {
     throw new NotImplementedException();
 }
示例#2
0
 /// <summary>
 /// 挂接DS21
 /// </summary>
 /// <param name="ds21"></param>
 /// <returns></returns>
 public bool Register(IDS21 ds21)
 {
     this.ds21 = ds21;
     return(true);
 }