Exemplo n.º 1
0
 static protected internal void dfsclientClose()
 {
     if (null != _dfsclient)
     {
         _dfsclient.Close();
         _dfsclient = null;
     }
 }
Exemplo n.º 2
0
 static protected internal void dfsclientClose()
 {
     if (null != _dfsclient)
     {
         _dfsclient.Close();
         _dfsclient = null;
     }
 }