Добавил отступы в реализации плагина
This commit is contained in:
parent
658881cb94
commit
fa1e222b91
@ -15,10 +15,15 @@ namespace PortalAccountsView
|
|||||||
public class PluginsConvention : IPluginsConvention
|
public class PluginsConvention : IPluginsConvention
|
||||||
{
|
{
|
||||||
private readonly IAccountLogic _accountLogic;
|
private readonly IAccountLogic _accountLogic;
|
||||||
|
|
||||||
private readonly IRoleLogic _roleLogic;
|
private readonly IRoleLogic _roleLogic;
|
||||||
|
|
||||||
private readonly ControlDataTreeTable _controlDataTreeTable = new();
|
private readonly ControlDataTreeTable _controlDataTreeTable = new();
|
||||||
|
|
||||||
private readonly RodionovLibrary.NonVisualComponents.WordLongTextComponent _wordLongTextComponent = new();
|
private readonly RodionovLibrary.NonVisualComponents.WordLongTextComponent _wordLongTextComponent = new();
|
||||||
|
|
||||||
private readonly ComponentsLibraryNet60.DocumentWithTable.ComponentDocumentWithTableMultiHeaderPdf _componentDocumentWithTableMultiHeaderPdf = new();
|
private readonly ComponentsLibraryNet60.DocumentWithTable.ComponentDocumentWithTableMultiHeaderPdf _componentDocumentWithTableMultiHeaderPdf = new();
|
||||||
|
|
||||||
private readonly ComponentsLibraryNet60.DocumentWithChart.ComponentDocumentWithChartPieExcel _componentDocumentWithChartPieExcel = new();
|
private readonly ComponentsLibraryNet60.DocumentWithChart.ComponentDocumentWithChartPieExcel _componentDocumentWithChartPieExcel = new();
|
||||||
|
|
||||||
public PluginsConvention()
|
public PluginsConvention()
|
||||||
|
Loading…
Reference in New Issue
Block a user