From 8415856c83505a81daf7064a18050b9390a5be9c Mon Sep 17 00:00:00 2001 From: Xavi Artigas Date: Tue, 28 Aug 2018 07:19:56 -0700 Subject: [PATCH] Wiki page start.md changed with summary [Added Graphical Hello World in C#] by Xavi Artigas --- pages/develop/tutorials/csharp/start.md.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/pages/develop/tutorials/csharp/start.md.txt b/pages/develop/tutorials/csharp/start.md.txt index 8b304d4ac..34aad1c59 100644 --- a/pages/develop/tutorials/csharp/start.md.txt +++ b/pages/develop/tutorials/csharp/start.md.txt @@ -15,3 +15,4 @@ The following tutorials are designed to build on each other, introducing concept | ![NOTE](/_media/note-important.png) | **The C# bindings are currently in BETA state**
They should only be used for experimenting and **NOT** for any product development.
The source code for the tutorials is subject to change in the future. | ![NOTE](/_media/note-important.png) | * [Hello World](hello-world-cs.md) +* [Graphical Hello World](hello-world-gui-cs.md)