remove warnings

This commit is contained in:
Oleksandr Bezdieniezhnykh
2024-05-18 18:05:01 +03:00
parent dd0ece36f2
commit 0290d1699c
5 changed files with 30 additions and 25 deletions
@@ -14,8 +14,8 @@ public class AnnotationControl : Border
private readonly Grid _grid;
private readonly TextBlock _classNameLabel;
private AnnotationClass _annotationClass;
private AnnotationClass _annotationClass = null!;
public AnnotationClass AnnotationClass
{
get => _annotationClass;