From 3392452f864c13c36baaff579827244b416bc013 Mon Sep 17 00:00:00 2001 From: Pilzinsel64 Date: Mon, 8 Jul 2024 05:24:47 +0000 Subject: [PATCH] Pilz.UI aktualisieren --- Pilz.UI.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Pilz.UI.md b/Pilz.UI.md index 5e1228d..d1bdef1 100644 --- a/Pilz.UI.md +++ b/Pilz.UI.md @@ -163,7 +163,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 `GetImage`, decide wheneer you can use 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 whenever you need it. Access via `GetImage`, decide whenever you can use an `Image`. ```csharp // Static instance in GlobalSymbolFactory