Differences
This shows you the differences between the selected revisions of the page.
2012-01-13 | 2012-01-13 | ||
example (martin) (hidden) | syntax (martin) (hidden) | ||
Line 32: | Line 32: | ||
===== Example ===== | ===== Example ===== | ||
+ | <code csharp> | ||
using System; | using System; | ||
using WinSCP; | using WinSCP; | ||
Line 77: | Line 78: | ||
} | } | ||
} | } | ||
+ | </code csharp> | ||