FAQ/ConfigureSettings.md
... ...
@@ -8,4 +8,10 @@ public override void ConfigureSettings()
8 8
Izenda.AdHoc.AdHocSettings.ShowInvisible = true;
9 9
Izenda.AdHoc.AdHocSettings.ShowClientEmailButton = false;
10 10
}
11
-```
... ...
\ No newline at end of file
0
+```
1
+
2
+```visualbasic
3
+Public Overrides Sub ConfigureSettings()
4
+ Izenda.AdHoc.AdHocSettings.ShowInvisible = True
5
+ Izenda.AdHoc.AdHocSettings.ShowClientEmailButton = False
6
+End Sub
... ...
\ No newline at end of file