示例#1
0
 public Vetscan_VS2(string fileName)
     : base(fileName)
 {
     FuseCode = "VetScan VS2";
     Protocol = new FuseProtocol.HTTPProtocol();
     Protocol.Init(this);
 }
示例#2
0
 public VetScan_HM5c(string fileName)
     : base(fileName)
 {
     FuseCode = "VetScan HM5c";
     Protocol = new FuseProtocol.HTTPProtocol();
     Protocol.Init(this);
 }