Exemplo n.º 1
0
 public void SetProperty()
 {
     try
     {
         var officeFile = new OfficeFileAccessorService(FileFullPath);
         officeFile.SetProperty();
     }
     catch (Exception ex)
     {
         throw ex;
     }
 }