Add readonly modifier
This commit is contained in:
Родитель
83944bb2d7
Коммит
f19d9c9e17
|
@ -11,7 +11,7 @@ namespace BlinForms.Framework
|
|||
{
|
||||
public class BlinFormsRenderer : Renderer
|
||||
{
|
||||
private Dictionary<int, BlontrolAdapter> _componentIdToAdapter = new Dictionary<int, BlontrolAdapter>();
|
||||
private readonly Dictionary<int, BlontrolAdapter> _componentIdToAdapter = new Dictionary<int, BlontrolAdapter>();
|
||||
|
||||
public BlinFormsRenderer(IServiceProvider serviceProvider)
|
||||
: base(serviceProvider, new LoggerFactory())
|
||||
|
|
Загрузка…
Ссылка в новой задаче