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