Добавил отступы в реализации плагина

This commit is contained in:
Илья 2024-11-04 23:47:05 +04:00
parent 658881cb94
commit fa1e222b91

View File

@ -15,10 +15,15 @@ namespace PortalAccountsView
public class PluginsConvention : IPluginsConvention
{
private readonly IAccountLogic _accountLogic;
private readonly IRoleLogic _roleLogic;
private readonly ControlDataTreeTable _controlDataTreeTable = new();
private readonly RodionovLibrary.NonVisualComponents.WordLongTextComponent _wordLongTextComponent = new();
private readonly ComponentsLibraryNet60.DocumentWithTable.ComponentDocumentWithTableMultiHeaderPdf _componentDocumentWithTableMultiHeaderPdf = new();
private readonly ComponentsLibraryNet60.DocumentWithChart.ComponentDocumentWithChartPieExcel _componentDocumentWithChartPieExcel = new();
public PluginsConvention()