Esempio n. 1
0
 public IndigoObject addAtom(string symbol)
 {
     dispatcher.setSessionID();
     return(new IndigoObject(dispatcher, this, _indigo_lib.indigoAddAtom(self, symbol)));
 }