示例#1
0
 ///
 /// <summary>
 /// Tests the availability of all target servers
 /// </summary>
 private void testConnections()
 {
     if (_strTabIndex != "")
     {
         _proInter.testConnections(_strTabIndex);
     }
 }