Differences
This shows you the differences between the selected revisions of the page.
| 2014-12-19 | 2017-12-05 | ||
| created (martin) | removing unneeded byval (martin) | ||
| Line 8: | Line 8: | ||
| <code vbnet *> | <code vbnet *> | ||
| - | Public Sub AddRawSettings(ByVal setting As String, ByVal value As String) | + | Public Sub AddRawSettings(setting As String, value As String) |
| </code> | </code> | ||