From aa03e746cf43c17376636ed20a16d48972a30218 Mon Sep 17 00:00:00 2001 From: Pilzinsel64 Date: Fri, 5 Jul 2024 07:12:59 +0000 Subject: [PATCH] Pilz.Telerik.UI.SymbolFactory aktualisieren --- Pilz.Telerik.UI.SymbolFactory.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Pilz.Telerik.UI.SymbolFactory.md b/Pilz.Telerik.UI.SymbolFactory.md index 143fc1e..233732a 100644 --- a/Pilz.Telerik.UI.SymbolFactory.md +++ b/Pilz.Telerik.UI.SymbolFactory.md @@ -11,9 +11,9 @@ Create a new directory, we call it `Symbols` here. Ensure you add this to the project file. This will mark all SVG files within the Symbols folder as embedded resource. ```xml - - - + + + ``` Create a new enum. It may look like the following. Ensure you only add new values to the buttom as you will introduce a breaking change to your API otherwise.