Exemplo n.º 1
0
 public string GetModel()
 {
     XmmInterface.setCurrentModelInstance(thisIndex);
     return(Marshal.PtrToStringAnsi(XmmInterface.getModel()));
 }
Exemplo n.º 2
0
 public string getModel()
 {
     return(Marshal.PtrToStringAnsi(XmmInterface.getModel()));
 }