From 8290cd44a4891402578542e4404ffc5a0cb1b062 Mon Sep 17 00:00:00 2001 From: Pilzinsel64 Date: Fri, 5 Jul 2024 07:59:56 +0000 Subject: [PATCH] Pilz.UI.Telerik.SymbolFactory aktualisieren --- Pilz.UI.Telerik.SymbolFactory.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Pilz.UI.Telerik.SymbolFactory.md b/Pilz.UI.Telerik.SymbolFactory.md index 233732a..738f19c 100644 --- a/Pilz.UI.Telerik.SymbolFactory.md +++ b/Pilz.UI.Telerik.SymbolFactory.md @@ -60,7 +60,7 @@ public class GlobalSymbolFactory : SymbolFactory ## Access symbols -Accessing symbols esaily via an instance of your SymbolFactory implementation. You can either provide a static instance in `GlobalSymbolFactory or create a new instance wherever you need it. Access via `GetSvgImage` or `GetImage`, decide wheneer you can use an `RadSvgImage` or need an `Image`. +Accessing symbols esaily via an instance of your SymbolFactory implementation. You can either provide a static instance in `GlobalSymbolFactory` or create a new instance wherever you need it. Access via `GetSvgImage` or `GetImage`, decide wheneer you can use an `RadSvgImage` or need an `Image`. ```csharp // Static instance in GlobalSymbolFactory