Pilz.UI aktualisieren

2024-07-08 05:24:47 +00:00
parent 77116e0c36
commit 3392452f86

@@ -163,7 +163,7 @@ public class GlobalSymbolFactory : SymbolFactory<GlobalSymbols>
## 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