|
12.11.2015, 08:51 | #1 |
Участник
|
via .net
X++: System.DirectoryServices.DirectoryEntry entry = new System.DirectoryServices.DirectoryEntry(path, username, password); try { entry.RefreshCache(); Info("Dobro"); } catch ( Exception::CLRError ) { Info(AifUtil::getClrErrorMessage()); } |
|
|
За это сообщение автора поблагодарили: lvan (1). |