예제 #1
0
 public static void Connect(string url, string db, string username, string password)
 {
     Service = new OpenErpService(url, db, username, password);
 }
 public static void Connect()
 {
     Service = new OpenErpService("http://openenk.eu:8069", "test2", "admin", "admin");
 }