Differences
This shows you the differences between the selected revisions of the page.
| 2012-02-18 | 2012-02-18 | ||
| vb.net example (martin) | library_examples (martin) | ||
| Line 47: | Line 47: | ||
| ===== Examples ===== | ===== Examples ===== | ||
| ==== C# Example ==== | ==== C# Example ==== | ||
| + | There are also [[library_examples#csharp|other C# examples]]. | ||
| + | |||
| <code csharp> | <code csharp> | ||
| using System; | using System; | ||
| Line 99: | Line 101: | ||
| ==== VB.NET Example ==== | ==== VB.NET Example ==== | ||
| + | There are also [[library_examples#vbnet|other VB.NET examples]]. | ||
| + | |||
| <code vbnet> | <code vbnet> | ||
| Imports System | Imports System | ||
| Line 150: | Line 154: | ||
| </code> | </code> | ||
| + | ==== Examples in Other Languages ==== | ||
| + | See [[library_examples|examples in other languages]]. | ||