コード例 #1
0
 protected override WinEasyTestCommandAdapter InternalCreateCommandAdapter(int communicationPort, Type adapterType){
     _easyTestCommandAdapter = base.InternalCreateCommandAdapter(communicationPort, typeof(XpandEasyTestCommandAdapter));
     return _easyTestCommandAdapter;
 }
コード例 #2
0
 protected override WinEasyTestCommandAdapter InternalCreateCommandAdapter(int communicationPort, Type adapterType)
 {
     _easyTestCommandAdapter = base.InternalCreateCommandAdapter(communicationPort, typeof(XpandEasyTestCommandAdapter));
     return(_easyTestCommandAdapter);
 }