Connect Example for C#

//LEADDICOMNet1 is a predefined LEADDicomNet object
private void TestConnect ( )
{
   //connect to a server
   LEADDICOMNet1.Connect("", 0, "10.1.1.138", 104);
}