hier a simple prog:
using System;
namespace MyLinuxTest
{
class Class1
{
static void Main(string[] args)
{
localhost.LDAPService s=new localhost.LDAPService();
s.Create_DomainObject("de","thomas","217.114.79.33");
}
}
}where localhost.ldapservice is a class from a webservice. _______________________________________________ Mono-list maillist - [EMAIL PROTECTED] http://lists.ximian.com/mailman/listinfo/mono-list
