Differences
This shows you the differences between the selected revisions of the page.
| 2011-12-31 | 2011-12-31 | ||
| now can use @"..." (martin) | fixing example (martin) | ||
| Line 36: | Line 36: | ||
| ===== Example ===== | ===== Example ===== | ||
| <code csharp> | <code csharp> | ||
| + | using System; | ||
| using WinSCP; | using WinSCP; | ||
| Line 67: | Line 68: | ||
| // Print results | // Print results | ||
| - | foreach (TransferArgs transfer in transferResult) | + | foreach (TransferArgs transfer in transferResult.Operations) |
| { | { | ||
| if (transfer.Error == null) | if (transfer.Error == null) | ||