예제 #1
0
 public MabelPrinterRegisterParams(int printerId, String name, String location, MabelPrinterInfo info)
 {
     this.printerId = printerId;
     this.name      = name;
     this.location  = location;
     this.info      = info;
 }
예제 #2
0
 public MabelPrinterRegisterParams(int printerId,String name, String location, MabelPrinterInfo info)
 {
     this.printerId = printerId;
     this.name = name;
     this.location = location;
     this.info = info;
 }