Esempio n. 1
0
 public bool addDriver(String name, long cell)
 {
     return(obj.addDriver(name, cell));
 }