Beispiel #1
0
 public int  DeleteAllFilesOnServer()
 {
     try
     {
         if (m_proxy != null)
         {
             return(m_proxy.DeleteAllFilesOnServer());
         }
         else
         {
             throw (new SystemException("proxy not initialize"));
         }
     }
     catch (Exception err)
     {
         throw (new SystemException(err.Message));
     }
 }